;; IMPORTANT: This script requires you to first create a ;; file called "crontab.txt" and save it to the C:\Program ;; Files\Robo-FTP directory. The "crontab.txt" file must ;;contain the following line: ;; ;; 30 8-17 * * 1-5 ;; ;; The above line will cause the script to run every 30 ;; minutes during business hours (8am-5pm, Mon-Fri) :top CRON FTPLOGON "EDI Server" ;; Outbound FTPCD "/send" WORKINGDIR "c:\out" SENDFILE "*.mss" /delete ;; Inbound FTPCD "/received" WORKINGDIR "C:\in" RCVFILE "*" FTPLOGOFF GOTO top