When you want to Schedule a Macro Script to run at a Later Date Time 1 time or at recurring time intervals, you can use Windows Task Scheduler and Automate Script Execution. This post provides basic tutorial on how to use Windows Task Scheduler to create Basic Task, Test Run the Script Execution and even schedule it to run as and when required. All you need to do is create a Macro Script which ensures that the Graphical User Interface Elements on Desktop remain are at appropriate locations for Mouse Automation.
Once you have created the required Script, you can use Windows Task Scheduler to Schedule Script Execution with steps outlined below. Do make sure to run the Task in Windows Task Scheduler and ensure that the script execution will run fine with desired results. Do make sure that there are no errors in Script Execution.
This Action allows you to Copy required data for Windows Task Scheduler to be copied by this Software onto Clipboard.
Note that in the Arguments field, an extra option <SystemTray> has been specified to mark the Script for Execution. Without <SystemTray>, the Script will be opened for Editing Only and the Script will not be Executed.
Once you have completed, the above steps do make sure to test run the Script Execution so that you are 100% sure that the Windows Task Scheduler will be able to execute the Macro Script without errors at a later Date / Time or depending on specific event. As you can run this Windows Automation Software with or without Admin Privileges, you need to ensure that Windows Task Scheduler can indeed run your Script taking into consideration the current Settings of AMC Version Selector.
When the AMC Version Selector has been configured to use Auto Mouse Click Application in Default Version for Games or Apps which require Admin Access, the Windows Task Scheduler can error 0x800702e4 and a quick way to resolve this is to run AMC without Admin Access. You can also use Startup Parameters of Macro Script to execute Macro Script at a Later Date Time without handling the complexity of Windows Task Scheduler. Yes the Windows Task Scheduler offers more configurable options to schedule Script Execution and can even be used on Unattended Computers.