
CODE: [Copy to clipboard]@echo off
echo 选择1,执行net start spooler
echo.
echo 选择2,执行net stop spooler
set/p choose=
if [%choose%]==[1] net start spooler
if [%choose%]==[2] net stop spooler
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |