schtasks /create /tn "计划名" /tr 脚本路径 /sc once /st 运行时间 /sd 运行日期 /ru 执行用户 /u 运行用户 /p 运行用户密码 /z /s 运行系统
例:
1.批量脚本:在指定时间运行一次
schtasks /create /tn "FileCopy" /tr \\serverone\share
\filecopy.exe /sc once /st 12:45:00 /sd 2007/02/09 /ru administrator /u administrator /p abc.123 /z /s CLIENT001
schtasks /create /tn "FileCopy" /tr \\serverone\share
\filecopy.exe /sc once /st 12:45:00 /sd 2007/02/09 /ru administrator /u administrator /p abc.123 /z /s CLIENT002
posted on 2007-09-29 17:25
疾风随影 阅读(2727)
评论(0) 编辑 收藏 引用 所属分类:
Teaching column