标题:
(己解决)一段批处理,我不想看到命令执行的结果
[打印本页]
作者:
richercdw
时间:
2007-6-19 21:18
标题:
(己解决)一段批处理,我不想看到命令执行的结果
@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
会显示
[sc] ChangeServiceConfig SUCCESS
Netgroup Packer Filetr 服务正在停止......
我想把显示的结果隐藏。怎么弄??
[
Last edited by richercdw on 2007-6-19 at 10:28 PM
]
作者:
lxmxn
时间:
2007-6-19 21:45
CODE:
[Copy to clipboard]
sc config npf start= DISABLED >nul
作者:
richercdw
时间:
2007-6-19 22:27
谢谢!!!!!!!!!!!!!!!
欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/)
Powered by Discuz! 2.5