Can $exec execute a .exe in hidden manner?
Can $exec execute a .exe in hidden manner?
I need a special feature to hide its window after executing the program.. 
Re: Can $exec execute a .exe in hidden manner?
No.
Everything doesn't have the option to hide windows created by an executed program.
You can change your execution command under Tools -> Options -> Context menu -> Open (Files) -> Command
Set it to launch a script with "%1"
Have the script hide any specific windows created by the program.
close_on_execute
$close()
Everything doesn't have the option to hide windows created by an executed program.
You can change your execution command under Tools -> Options -> Context menu -> Open (Files) -> Command
Set it to launch a script with "%1"
Have the script hide any specific windows created by the program.
close_on_execute
$close()