
CODE: [Copy to clipboard]@echo off
if "%computername%" equ "A" (
regedit.exe /s a.reg
) else if "%computername%" equ "B" (
regedit.exe /s b.reg
)
CODE: [Copy to clipboard]@echo off
if /i "%computername%" equ "A" (
md a
) else if /i "%computername%" equ "B" (
md b
)
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |