02-08-19 03:51 PM
06-08-19 07:04 AM
06-08-19 02:53 PM
You can start and delete schedules and view reports and timetables using the automatec command line program. To perform any of the schedule actions, valid login details must be provided.
/schedule <name|...>
Specifies the name or names of the schedules to be used in conjunction with
the /startschedule, /deleteschedule, /viewschedtimetable and /viewschedreport actions.
Any parameters following a /schedule switch will be treated as schedule names until another switch is reached (ie. a parameter starting with a "/" character) or the end of the command is reached.
When no schedules are specified, the commands are generally treated as running on all schedules.
/startschedule [/schedule <name|...>]
Initiates the specified schedule at the current time. If the scheduler is running it should execute the schedule within 30 seconds.
AutomateC /run "My Scheduled Process" /user admin mypwd
AutomateC /run "Excel Test" /resource YourPCHostName /user admin mypwd /startp "<inputs><input name='Comment' type='text' value='Hello World' /></inputs>"
07-08-19 09:46 AM