iMacros is fully compatible with the built-in Windows task scheduler and any other task scheduler.
The Microsoft Task Scheduler is part of your Windows system. It "hides" in the "Control Panel" folder which is located in the "My Computer" folder on your desktop.
By using Task Scheduler, you can schedule tasks such as iOpus iMacros or system tools like the Disk Defragmenter to run at a time that is most convenient for you. Task Scheduler starts each time you start Windows, and runs in the background. With Task Scheduler, you can schedule a task to run daily, weekly, monthly, or at certain times such as system startup.
To use the scheduling service on Windows 98, NT, 2000, click on the My Computer icon located on the Desktop. Then double-click on Control Panel to get to the Scheduled Tasks folder.
In Windows XP and Server 2003 you can access this from the Start Menu and clicking on Settings and then Control Panel to Scheduled Tasks.
Double-click Add Scheduled Task. Follow the instructions in the Add Scheduled Task Wizard. Select the Open advanced properties for this task for more set up options.
What you enter at the "Run" file could look like this:
"c:\Program Files\InternetMacros4\imacros.exe" -macro YourMacro -tray -loop 50
Important: The command line options must be placed OUTSIDE of the "" that surround the path.
"" are needed because otherwise path names with spaces (like in c:\program files\) can not be interpreted correctly by the task scheduler.
Important: If you want your task to run even if no user is logged in, you must enter a user name and password in the "Run As" box.
Tip: Alternatively you can point to a Batch file or Windows Scripting (VBS) file that contains the specific instructions to start the software. Thus you can conveniently execute several commands in a sequence.
Page URL http://www.iopus.com/imacros/help/timer.htm