@echo off REM Change resolution to 1920x1080 C:\NirCmd\nircmd.exe setdisplay 1920 1080 32 REM Start your application start "" "C:\Program Files (x86)\Reborn\games\signature\system\L2.exe" REM Wait for the application to close pause REM Restore original resolution (if needed) REM C:\NirCmd\nircmd.exe setdisplay original_width original_height 32