Hello, I can not figure out how to terminate tcc/le when I use the /h (hidden) switch.
I am using Quick Batch File Compiler to make an unattended exe file to run "program".
Batch file looks like this. %myfiles% calls embedded files.
start %myfiles%\"program"
%myfiles%\tcc /h keystack /w50 enter /w400 tab [2] enter
I am able terminate the process with out the /h by using Keystack but can not figure how to terminate Tcc/le with /h since keystack only work with active window.
Any help is apreciated.
I am using Quick Batch File Compiler to make an unattended exe file to run "program".
Batch file looks like this. %myfiles% calls embedded files.
start %myfiles%\"program"
%myfiles%\tcc /h keystack /w50 enter /w400 tab [2] enter
I am able terminate the process with out the /h by using Keystack but can not figure how to terminate Tcc/le with /h since keystack only work with active window.
Any help is apreciated.