
CODE: [Copy to clipboard]@echo off
echo %computername%|findstr "A">nul
if %errorlevel% neq 0 (
start "" "C:\test.exe"
)
CODE: [Copy to clipboard]if /i "%COMPUTERNAME:~,1%" equ "A" (start "" "Player1.exe") else (start "" "Player2.exe")
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |