Can $exec execute a .exe in hidden manner?
-
bytim
- Posts: 11
- Joined: Sat Jul 20, 2024 12:22 pm
Can $exec execute a .exe in hidden manner?
I need a special feature to hide its window after executing the program.. 
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
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()