Hi!
I want to start the email program "The Bat!" from within a btm batch file and send a keystack to minimize it.
In the options of The Bat! i set that Alt-F4 will not quit it but minimize it to the system tray.
So i wrote this line:
start /PGM "C:\Program Files (x86)\The Bat!\thebat.exe" & keystack /w54 Alt-F4
From a TCC or TCMD prompt this line works as expected, it loads the program and minimize it to the tray.
The same line in a btm batch file does not work: The program starts but it is not minimizing to the systray.
What's the error?
Thanks!
I want to start the email program "The Bat!" from within a btm batch file and send a keystack to minimize it.
In the options of The Bat! i set that Alt-F4 will not quit it but minimize it to the system tray.
So i wrote this line:
start /PGM "C:\Program Files (x86)\The Bat!\thebat.exe" & keystack /w54 Alt-F4
From a TCC or TCMD prompt this line works as expected, it loads the program and minimize it to the tray.
The same line in a btm batch file does not work: The program starts but it is not minimizing to the systray.
What's the error?
Thanks!