"Run hidden" for user command ?
Moderators: petermad, Stefan2, Hacker
"Run hidden" for user command ?
Why user command not have a "Run hidden" other that minimized and maximized?
- Native2904
- Senior Member

- Posts: 443
- Joined: 2014-01-30, 14:23 UTC
- Location: Aachen
Re: Run hidden
Maybe because u can do it with the Parameter field.
Glückauf
#270101 Single user licence.
Total Commander 64-bit – latest version – Windows 11 Pro 24H2
#270101 Single user licence.
Total Commander 64-bit – latest version – Windows 11 Pro 24H2
Re: "Run hidden" for user command ?
How to do with Parameter field?
- Native2904
- Senior Member

- Posts: 443
- Joined: 2014-01-30, 14:23 UTC
- Location: Aachen
Re: "Run hidden" for user command ?
On my TC i have a Button to make a manual Backup with an Powershell Script, this runs hidden.
Code: Select all
Start-Process pwsh.exe -ArgumentList '-ExecutionPolicy Bypass -NoProfile -WindowStyle Hidden -File C:\tcmd\Scripte\apps_bck\Apps_bck.ps1' -Verb RunAsGlückauf
#270101 Single user licence.
Total Commander 64-bit – latest version – Windows 11 Pro 24H2
#270101 Single user licence.
Total Commander 64-bit – latest version – Windows 11 Pro 24H2
Re: "Run hidden" for user command ?
It is insane to use other process only for start main hidden.
Re: "Run hidden" for user command ?
2Native2904
Please don't mislead the user. -WindowStyle Hidden doesn't allow a console program to start hidden; it only hides it after the console appears, which is not the same thing at all. Therefore, we still have to use additional tools (WSH scripts, hide.exe, etc.).
I agree that the hide option should have appeared 25 years ago, just like this one.
Please don't mislead the user. -WindowStyle Hidden doesn't allow a console program to start hidden; it only hides it after the console appears, which is not the same thing at all. Therefore, we still have to use additional tools (WSH scripts, hide.exe, etc.).
I agree that the hide option should have appeared 25 years ago, just like this one.
Overquoting is evil! 👎
- Native2904
- Senior Member

- Posts: 443
- Joined: 2014-01-30, 14:23 UTC
- Location: Aachen
Re: "Run hidden" for user command ?
Thank you for clarificaion
Glückauf
#270101 Single user licence.
Total Commander 64-bit – latest version – Windows 11 Pro 24H2
#270101 Single user licence.
Total Commander 64-bit – latest version – Windows 11 Pro 24H2
