Scheduling Scripts from a 3rd-Party Scheduler

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Using Robo-FTP > Scheduling Script Execution >

Scheduling Scripts from a 3rd-Party Scheduler

 

Robo-FTP scripts can be run using any 3rd-party scheduler of your choice, such as Windows Task Scheduler.

 

Scheduling a script in this way simply requires running Robo-FTP.exe with the use of command-line switch -s SCRIPT_PATH to specify the location of the script to be run, and -v to disable the user interface. Additional switches, such as -p to pass in parameters for the script, can also be used here.

 

For example, you can run a script directly using the following syntax:

 

"C:\Program Filex (x86)\Robo-FTP 3.11\Robo-FTP.exe" -v -s "C:\scripts\send_invoices.s"