7 lines
213 B
Batchfile
Executable File
7 lines
213 B
Batchfile
Executable File
@echo off
|
|
set nirsoft=D:\bin\NirsoftLauncher\NirSoft
|
|
%nirsoft%\nircmd.exe setdisplay 1920 1080 32
|
|
start /D f:\games\WinSPMBT f:\games\WinSPMBT\winSPMBT.exe
|
|
pause
|
|
%nirsoft%\nircmd.exe setdisplay 2560 1440 32
|