示例:
E:
cd E:\Bin\Server1
reg add hkcu\Console /t REG_DWORD /v WindowPosition /d 0x0000 /f //1
start Server1.exe //2
@ping -n 3 127.1>nul //3
cd E:\Bin\Server2
reg add hkcu\Console /t REG_DWORD /v WindowPosition /d 0x029d /f
start Server2.exe
@ping -n 1 127.1>nul
cd E:\Bin\Server3
reg add hkcu\Console /t REG_DWORD /v WindowPosition /d 0x053a /f
start Server3.exe
@ping -n 1 127.1>nul
cd E:\Bin\Server4
reg add hkcu\Console /t REG_DWORD /v WindowPosition /d 0x2600000 /f
start Server4.exe
@ping -n 1 127.1>nul
cd E:\Bin\Server5
cd E:\Bin\Server1
reg add hkcu\Con