Batch how get Batch CMD to popup on the second Monitor, not the Default Monitor as always hidden behind Games and when ALT+TAB it [to Move CMD to second] BUT it always back to Games as hard time to move the Batch CMD popup to Second Monitoretc
Then Batch I use is:
REM Store systems current time into BEFOREDATE var as mm-dd-yy
SET TODAY=%date:~0,2%-%date:~3,2%-%date:~6,8%
Start "" "Game Dir\ etc.exe"
Pause
REM Set the below date to date you wish to roll your system date back to
DATE 10-12-20
Pause
REM Set system date back to current date
DATE %TODAY%