03-28-2007, 03:20 PM
to stop a macro running at any point hit Pause/Break. to stop a function thats running use
shutdown -6 "the name of the function here"
to have a macro/function pause in the middle you can just enter the number of seconds to wait.
do stuff
10
do more stuff
it now waits 10 seconds in the middle
shutdown -6 "the name of the function here"
to have a macro/function pause in the middle you can just enter the number of seconds to wait.
do stuff
10
do more stuff
it now waits 10 seconds in the middle
