Windows XP - Scheduled Tasks - Create from Command Line


Placed task batch file at specific location e.g.  C:\data\SyncSettings.ffs_batch
Opened Accessories – Command Prompt 
Create task with command line:
schtasks /create /tn “Sync Favourites" /sc onlogon 

list active tasks with:
schtasks 




Reference:
http://technet.microsoft.com/en-us/library/cc772785(v=ws.10).aspx#BKMK_create

No comments: