![]() |
| |||||||
Workspace Macro Pro - Automation Edition Post messages and questions related to Macro Software for Windows Automation here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| I'd like to add more time than just a pause or delay in seconds, i need to add up to 4 hours of pause to the end of a macro so that i can chain multiple different macros together. i know i could individually schedule each one, but chaining them together in this fashion would be so much easier as there would be no possibility of error on my part. |
| |||
| Hello, What we understand is, you want to create one super macro and within this macro you want to run other macros (using 'Run Macro' command) after specific time difference say 4 hrs and want to schedule just this macro. That way you do not want to schedule different macros. Am I right? To insert delay of 4hrs specify delay time as 14400 seconds. Text format of command is as follows, Delay: (14400000 ms) Hope that helps. |