dnvplj 当前离线
二级士官
工具人 当前离线
列兵
TOP
Linuxer 当前离线
五级士官
if exist "C:/123/zcb.reg" regedit /s "C:/123/zcb.reg"复制代码
评分人数
REGEDIT /s C:/123/zcb.reg复制代码
ccns 当前离线
IF Exist "c:\123\zcb.reg" (regedit /s "c:\123\zcb.reg")复制代码