enable or disanble multiple macros
Moderators: Dorian (MJT support), JRL
enable or disanble multiple macros
Is there a way to select multiple macros and enable or disable them?
Could you elaborate? Enable or disable them from doing what? From running? Enable or disable the schedule? Prevent them from being edited?
All of these are possible on individual Macros. However, I can't think of any functionality that can be turned on or off affecting multiple macros with a single action. Well...wait...I just checked and you can delete multiple macros. I guess in a way that's disabling them.... probably not what you had in mind.
All of these are possible on individual Macros. However, I can't think of any functionality that can be turned on or off affecting multiple macros with a single action. Well...wait...I just checked and you can delete multiple macros. I guess in a way that's disabling them.... probably not what you had in mind.
I have approximately 40 macros that run on a daily basis. Periodically I have to disable multiple macros that are scheduled to run for one reason or another. My question is rather that select each on individually and disableing it from running is there a way to select multiple macros from the schedule and either disable or enable them?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
In V10 the "Enable Schedule" option will work against a multiple selection.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
-
- Automation Wizard
- Posts: 1101
- Joined: Fri Jan 07, 2005 5:55 pm
- Location: Somewhere else on the planet
I have a PC with a number of fast firing macros controlled by another program and it's desirable to be able to shut them down temporarily. What I do is have all the macros check if a file stopmacros.txt exists, if it does then the macro aborts. To control this I have two macros that can be clicked on the desktop. The "stop" macro renames a file gomacros.txt to stopmacros.txt, it then waits a period of time (30 mins I think) before renaming the file to gomacros.txt - this is to guard against forgetting to restart things. The "go" macro shuts down the stop macro and renames the file to gomacros.txt. It's a bit convoluted but it has worked well.
Doesn't sound all that convoluted. Seems like a well thought out strategy.Me_again wrote:It's a bit convoluted but it has worked well.
Sorry I'm not finding this option either by looking in options or by searching through help. I also don't see it mentioned in the version 10 release notes. What am I missing/overlooking?Marcus wrote:In V10 the "Enable Schedule" option will work against a multiple selection.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Marcus wrote:
In V10 the "Enable Schedule" option will work against a multiple selection.
You of all people should know the final version has improvements/fixes over and above the current beta release (which is still at 007 - we're now at build 011)
In V10 the "Enable Schedule" option will work against a multiple selection.
You of all people should know the final version has improvements/fixes over and above the current beta release (which is still at 007 - we're now at build 011)
Last edited by Marcus Tettmar on Fri Dec 28, 2007 6:31 pm, edited 1 time in total.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Ok, I meant "Schedule Enabled". It has been there for years - right click on a macro and you'll see it at the bottom of the menu. Up until now it only worked for a single selection. In build 10.011 it works against multiple selected macros.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Sounds good Marcus, thanks for that.mtettmar wrote:Ok, I meant "Schedule Enabled". It has been there for years - right click on a macro and you'll see it at the bottom of the menu. Up until now it only worked for a single selection. In build 10.011 it works against multiple selected macros.
Hi Me_again,Me_again wrote:I have a PC with a number of fast firing macros controlled by another program and it's desirable to be able to shut them down temporarily. What I do is have all the macros check if a file stopmacros.txt exists, if it does then the macro aborts. To control this I have two macros that can be clicked on the desktop. The "stop" macro renames a file gomacros.txt to stopmacros.txt, it then waits a period of time (30 mins I think) before renaming the file to gomacros.txt - this is to guard against forgetting to restart things. The "go" macro shuts down the stop macro and renames the file to gomacros.txt. It's a bit convoluted but it has worked well.
I've used a similar method to control macros, only instead of building two macros that will change a filename, I've used the name of a desktop icon itself for that filename and change it manually. Say I have a desktop icon called "Macro1-ON". The icon name appears as a filename in the desktop folder. When Macro1 triggers, it checks to see if a file is in the desktop folder called "Macro1-ON" and if so, it runs else it aborts. To turn it off, I edit the icon's name on-screen to "Macro1-OFF". The thing I like about this method of control is, the Icon Name is always visible on your desktop so you can easily see the current state. If you have multiple macros to control, just add another desktop icon. This can be used to control groups of Macros too, "Group1-ON", "Group2-ON", etc.
jpuziano
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -
Note: If anyone else on the planet would find the following useful...
[Open] PlayWav command that plays from embedded script data
...then please add your thoughts/support at the above post -