我想在WinXP计划任务中增加一个计划:判断系统进程中是否存在ftpserv.exe,如果有则退出;没有,则启动该程序。我写了如下批处理,添加到计划任务却不能有执行,不知道如何写。请教大家。
at 10:00 /every:M,T,W,Th,F,S,Su if exist ftpserv.exe (exit) else call "D:\Program\Network\ftpserv\ftpserv.exe"
如何写?
Last edited by hgx126 on 2009-11-11 at 16:14 ]