Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
Snickers
- Macro Veteran
- Posts: 151
- Joined: Thu Dec 09, 2004 3:01 pm
- Location: Somewhere in TX
Post
by Snickers » Fri Aug 03, 2007 6:35 pm
After writing a script and then converting it to and EXE file, I will run it and notice that in the task bar it says, "Macro Scheduler." Is there a way to create the EXE file and have a custom caption for the taskbar?
Edit: Where do you change the APP_TITLE?
-
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 Aug 03, 2007 7:14 pm
This is just a variable that can be set at the beginning of the script
Let>APP_TITLE=This Is The Name To Use
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
-
Snickers
- Macro Veteran
- Posts: 151
- Joined: Thu Dec 09, 2004 3:01 pm
- Location: Somewhere in TX
Post
by Snickers » Sun Aug 05, 2007 4:31 pm
After having set this variable, when I start the .exe file, the taskbar will very briefly show "Macro Scheduler" and then instantly change to whatever caption I set.
Is it possible to change the initial Macro Scheduler?