Code: Select all
@echo off
:: welcoming text:
echo. Commencing Apocalypse
echo. PRESS ANY KEY TO CANCEL
:: fail-safe:
timeout /t 5 | findstr /R ".0$" >nul
:: no-goes:
taskkill /im HuionTablet.exe >nul 2>nul
timeout /t 1 >nul
taskkill /im HuionTablet.exe /t /f >nul 2>nul
timeout /t 1 >nul
:: the game:
pushd P:\Game Play\Fallout 4 GOTYE\
start "" /b /max Fallout4.exe
popd
:: necessities:
cd "C:\Program Files (x86)\MSI Afterburner\"
start "" /b /min MSIAfterburner.exe
timeout /t 1 >nul
cd "C:\Program Files (x86)\RivaTuner Statistics Server\"
start "" /b /min RTSS.exe
timeout /t 1 >nul
start /b "" "C:\q\! SCRIPTS\Game Controls Binding.. Fallout #4.ahk"
timeout /t 1 >nul
:: closure:
exit