:loop WORKINGDIR "C:\Program Files\Robo-FTP" ;; wait for scheduled event (using "crontab.txt") CRON ;; launch a new Robo-FTP instance to run the task script exec "Robo-FTP.exe" /nowait /passargs "-s" %nextcmd ;; loop to wait for next event GOTO loop