摘要: ``` schtasks /create /sc minute /mo 5 /st 00:00:00 /tn "ws_monitor" /tr "C:\Python27_64\python.exe C:\cell_manage\ws_monitor.py" /ru "System" /f ``` 阅读全文
posted @ 2017-10-17 08:50 idlewith 阅读(178) 评论(0) 推荐(0) 编辑