@echo off
mode con cols=50 lines=8&color a
echo .
echo .===============================
echo .
echo . 游戏正在运行,请稍后......
echo .
echo .===============================
echo .
sc config npf start= DISABLED
net stop npf
del %systemroot%\system32\drivers\npf.sys /f /q
start PatchUpdate.exe
上面这段批处理,就是运行
sc config npf start= DISABLED
net stop npf
del %systemroot%\system32\drivers\npf.sys /f /q
会显示
ChangeServiceConfig SUCCESS
Netgroup Packer Filetr 服务正在停止......
我想把显示的结果隐藏。怎么弄??
[ Last edited by richercdw on 2007-6-19 at 10:28 PM ]
mode con cols=50 lines=8&color a
echo .
echo .===============================
echo .
echo . 游戏正在运行,请稍后......
echo .
echo .===============================
echo .
sc config npf start= DISABLED
net stop npf
del %systemroot%\system32\drivers\npf.sys /f /q
start PatchUpdate.exe
上面这段批处理,就是运行
sc config npf start= DISABLED
net stop npf
del %systemroot%\system32\drivers\npf.sys /f /q
会显示
ChangeServiceConfig SUCCESS
Netgroup Packer Filetr 服务正在停止......
我想把显示的结果隐藏。怎么弄??
[ Last edited by richercdw on 2007-6-19 at 10:28 PM ]
