Can $exec execute a .exe in hidden manner?

Discussion related to "Everything" 1.5.
Post Reply
bytim
Posts: 10
Joined: Sat Jul 20, 2024 12:22 pm

Can $exec execute a .exe in hidden manner?

Post by bytim »

I need a special feature to hide its window after executing the program.. :|
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: Can $exec execute a .exe in hidden manner?

Post by void »

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()
Post Reply