I need to at least hide the taskbar portion that says "Macro Scheduler" while my compiled EXE is running. I'd prefer to have the Systray icon hidden as well, but it's not as important.
We developed a macro that we need to run at a client site and we don't want them to see the name. We would prefer to hide everything, but an option would be a way to change the wording of the text in the taskbar.
We only have a few days left and would appreciate any help that can be provided. I'm also sending this request to the tech support email, but wanted to try both avenues of support.
Thanks for a great product!!
Rob
MJTNET Support -Compiled script: can I hide/change the text?
Moderators: JRL, Dorian (MJT support)
Hi,
Do this:
yourcompiledmacro.exe -NOSYSTRAY -HIDE
As described in the help file under command line options.
Do this:
yourcompiledmacro.exe -NOSYSTRAY -HIDE
As described in the help file under command line options.
MJT Net Support
[email protected]
[email protected]
We looked through the help, but didn't find it.
We've been working 12-14 hr days and are sleep deprived, so maybe that's it.
We are also making a list of items to suggest and problems we had so that we can check the built-in help and online resources before submitting them to you.
Anyway...just wanted to thank you for a prompt response!
Rob
We've been working 12-14 hr days and are sleep deprived, so maybe that's it.
We are also making a list of items to suggest and problems we had so that we can check the built-in help and online resources before submitting them to you.
Anyway...just wanted to thank you for a prompt response!
Rob
Compile the following example and run it, the tray icon should display test.
Code: Select all
Let>APP_TITLE=Test
mdl>The tray icon should display Test
- CyberCitizen
- Automation Wizard
- Posts: 724
- Joined: Sun Jun 20, 2004 7:06 am
- Location: Adelaide, South Australia
http://www.mjtnet.com/usergroup/autoset ... t6843.html
You could also look at something like this that will change the app title / name to that of the compiled executable.
You could also look at something like this that will change the app title / name to that of the compiled executable.
FIREFIGHTER