新聞速報

        

2014年3月3日 星期一

使用批次檔,啟動一個 Windows 服務

@echo off
net stop ntrtscan >> d:\ntrtscan.log
:wait
ping 127.0.0.1 -n 3 -w 60000  >nul
for /f "tokens=4" %%s in ("sc query ntrtscan ^|findstr /i "STATE.*:.*"") do set state=%%s
 
if %state% NEQ STOPPED goto wait
 
net start ntrtscan >> d:\ntrtscan.log

沒有留言:

張貼留言