User Suggestion for future release

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

Post Reply
dbish
Junior Coder
Posts: 49
Joined: Wed Jan 08, 2003 8:38 am

User Suggestion for future release

Post by dbish » Fri Sep 05, 2003 4:18 pm

I have MSCHED loaded via Windows startup and then also have a number of Scripts loaded via shortcuts. I may end up with a situation of one "Inactive" gray icon and three "Working" yellow icons flashing in my system tray.

It would be nice to have the cursor rollover popup display the name of the active script on yellow icons rather than just "Macro Scheduler 7.2". This would be particularly good for figuring out which script blew up and/or to help decide which to manually quit prior to termination.

Thanks

Dave

Lumumba

Post by Lumumba » Fri Sep 05, 2003 5:00 pm

Why not setting/getting the status in/from an ini?

Status.ini

[CurrentScriptsRunning]
Number=0

Script1.scp

Code: Select all

ReadIniFile>C:\Test\Status.ini,CurrentScriptsRunning,Number,number
Add>number,1
EditIniFile>C:\Test\Status.ini,CurrentScriptsRunning,Number,%number%
.
.
.

Label>Exit
ReadIniFile>C:\Test\Status.ini,CurrentScriptsRunning,Number,number
Sub>number,1
EditIniFile>C:\Test\Status.ini,CurrentScriptsRunning,Number,%number%

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Fri Sep 05, 2003 6:14 pm

I think dbish's idea is a great one. At times (rare, but it happens), my normal icon is flashing but I don't think any macro is running. Wouldn't want to run another macro while a questionable is running, might change conditions.

BTW....Is there already a temp file called status.ini? I have never seen/heard of that. Location?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts