Try to use DOS command to create a schedule task which can repeat every minute. Here is the sample command, and you can change based on your situation.
U:\>schtasks /create /s s0403003 /tn “FTP Flights” /tr “E:\oracle\ext_tab_dir\ftp_fids.bat” /sc MINUTE /ru “SYSTEM”
INFO: The Schedule Task “FTP Flights” will be created under user name (“NT AUTHORITY\SYSTEM”).
SUCCESS: The scheduled task “FTP Flights” has successfully been created.
What you need to do is to use your own Task Name and Task Command file in “/tn” and “/tr” parameters.
Tags: SCHTASk, Windows Schedule
0 Responses to “How to create a schedule repeat task every minute on Windows 2000 server”