Use the button and check the box to start minimized. Why are some programs not minimized?
Moderators: Hacker, petermad, Stefan2, white
Use the button and check the box to start minimized. Why are some programs not minimized?
Use the button and check the box to start minimized.
Why are some programs not minimized?
Is there any way to force these programs to start minimized?
Why are some programs not minimized?
Is there any way to force these programs to start minimized?
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
TC can't force the executing tool to run minimized.
You have to look for the options of the called program.
Many tools remember their last state, but not all.
You have to look for the options of the called program.
Many tools remember their last state, but not all.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
2Horst.Epp
This program does not have any command parameter options, how can I force it to start minimized?
Is there an external tool that can do this?
This program does not have any command parameter options, how can I force it to start minimized?
Is there an external tool that can do this?
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
For example?
Overquoting is evil! 👎
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
2Fla$her
For example, I used "Neat Download Manager", which is a multi-threaded downloader.
https://www.neatdownloadmanager.com/index.php/en/
I checked the option to start minimized on the button, but it did not start minimized. And it did not have any startup parameters.
How can I force it to start minimized in this case?
For example, I used "Neat Download Manager", which is a multi-threaded downloader.
https://www.neatdownloadmanager.com/index.php/en/
I checked the option to start minimized on the button, but it did not start minimized. And it did not have any startup parameters.
How can I force it to start minimized in this case?
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
You can't. The program has to handle either a command line parameter, or handle the parameter nCmdShow in WinMain, which could be set to SW_SHOWMINIMIZED or SW_SHOWNOACTIVATE. Total Commander itself handles this parameter, but for example the Total Commander installer does not.
You would have to ask the developer(s) to add this.
You would have to ask the developer(s) to add this.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
I use a script to minimize it after it starts, but I haven't found a way to force it to minimize when it starts.
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
There is no such way.xxxdo1 wrote: 2024-11-18, 11:40 UTC but I haven't found a way to force it to minimize when it starts.
Overquoting is evil! 👎
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
You can use the start command to start minimized, see the following sample to download from clipboard.
Code: Select all
TOTALCMD#BAR#DATA
cmd.exe /c start "" /min %COMMANDER_PATH%\tools\HTTP_Downloader\HTTP_Downloader.exe
--immediate --url %|$CLIPBOARD|%
%COMMANDER_PATH%\tools\HTTP_Downloader\HTTP_Downloader.exe
Downloader - CLIPBOARD
%COMMANDER_PATH%\tools\HTTP_Downloader\
-1
Re: Use the button and check the box to start minimized. Why are some programs not minimized?
2nsp
And how is this different from the minimize option in the button? C HTTP_Downloader, apparently, will work, but with the mentioned NeatDM it will not.
And how is this different from the minimize option in the button? C HTTP_Downloader, apparently, will work, but with the mentioned NeatDM it will not.
Overquoting is evil! 👎