Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- REM ================================================================
- REM LAUNCH AOW.EXE AND LOSSLESS SCALING (MINIMIZED) WITH POWERHOUSE WAIT
- REM ================================================================
- :: Set the full path to your Age of Wonders executable
- set "AOW_EXE=D:\Age of Wonders\AoW.exe"
- :: Set the full path to your Lossless Scaling executable
- set "LOSSLESS_SCALING_EXE=D:\Steam\steamapps\common\Lossless Scaling\LosslessScaling.exe"
- echo Launching Age of Wonders...
- for /f "delims=" %%i in ('powershell -command "$p = Start-Process -FilePath '%AOW_EXE%' -PassThru; Write-Output $p.Id"') do set AOW_PID=%%i
- echo Launching Lossless Scaling minimized...
- start /min "" "%LOSSLESS_SCALING_EXE%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement