Ghost Application Change to Visible mode

Convert your BATch files into EXEcutable format in one click.
telsonalva
Posts: 2
Joined: Wed Jul 03, 2013 1:24 am
Location: India

Ghost Application Change to Visible mode

Post by telsonalva »

Here is what i am trying to do ... compile a bat file into exe which runs in 'invisible' mode.

However if on some systems this batch file does not seem to run or terminate abruptly i would need to see at what point does the code crash, hence is there a way within the batch code to make this application back to visible mode ?

Eg: If i run my program as "myprogram.exe -debug" then i can set the batch file to check if the parameter 'debug' was entered and switch over to 'visible' mode so that i can see the execution of the batch commands.
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

No, "ghost" application could not be switched to "console". It's a different Windows subsystem.