/S=L: is there something like /S=L:M to start maximized ?
Moderators: Hacker, petermad, Stefan2, white
/S=L: is there something like /S=L:M to start maximized ?
with /S=L:F we can start lister in full-screen
is there something like /S=L:M to start maximized ?
i noted something in HISTORY.txt " can now be started maximized" but how use it?
is there something like /S=L:M to start maximized ?
i noted something in HISTORY.txt " can now be started maximized" but how use it?
OS: Win10 | TC: latest x64
Re: /S=L: is there something like /S=L:M to start maximized ?
No, but if you use the parameter in a button like %COMMANDER_EXE% /S=L you can activate the "Run maximized" option in the button setup dialog.
And if you use an external command (em_command in your usercmd.ini file) you can use the parameter iconic=-1
If you use /S=L in a .lnk file (C:\totalcmd\totalcmd64.exe /S=L) you can right-click on the .lnk file and set "Run" to Maximized.
If you use a .bat or .cmd file you can use: START "" /MAX C:\totalcmd\totalcmd64.exe /S=L
And if you use an external command (em_command in your usercmd.ini file) you can use the parameter iconic=-1
If you use /S=L in a .lnk file (C:\totalcmd\totalcmd64.exe /S=L) you can right-click on the .lnk file and set "Run" to Maximized.
If you use a .bat or .cmd file you can use: START "" /MAX C:\totalcmd\totalcmd64.exe /S=L
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: /S=L: is there something like /S=L:M to start maximized ?
Code: Select all
[Associations]
Filter2=*.dll *.sys *.sfx *.nfo *.
Filter2_open=""%commander_path%\TOTALCMD64.EXE" /S=L "%1""
Filter2.icon=%commander_path%\TOTALCMD64.EXE,-1
OS: Win10 | TC: latest x64
Re: /S=L: is there something like /S=L:M to start maximized ?
Maybe this would be useful:
1. Start Lister as it is.
2. Maximize the window.
3. Use "Menu > Options - Save position"
Next time the Lister window will be maximized at start.
1. Start Lister as it is.
2. Maximize the window.
3. Use "Menu > Options - Save position"
Next time the Lister window will be maximized at start.
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: /S=L: is there something like /S=L:M to start maximized ?
You can also create a Windows link file (*.lnk) and check the option "maximized" or "minimized" there, e.g. a Desktop icon.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: /S=L: is there something like /S=L:M to start maximized ?
ghisler(Author)
adding /S=L:M looks more elegant solution
adding /S=L:M looks more elegant solution

OS: Win10 | TC: latest x64
Re: /S=L: is there something like /S=L:M to start maximized ?
Make a lister.lnk file in your TC program directory with %commander_path%\TOTALCMD64.EXE" /S=L as the command (you will have to replace %commander_path% with the real path) and set "Run" in the .lnk file properties to "Maximized"KozakMak wrote: 2023-05-04, 13:47 UTCin this case its posible?Code: Select all
[Associations] Filter2=*.dll *.sys *.sfx *.nfo *. Filter2_open=""%commander_path%\TOTALCMD64.EXE" /S=L "%1"" Filter2.icon=%commander_path%\TOTALCMD64.EXE,-1
Then use:
Code: Select all
Filter2_open="%commander_path%\lister.lnk" "%1""
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: /S=L: is there something like /S=L:M to start maximized ?
pls move to suggestions
OS: Win10 | TC: latest x64
Re: /S=L: is there something like /S=L:M to start maximized ?
Moderator message from: white » 2024-11-04, 15:59 UTC
Moved topic
» from Total Commander (English) to TC suggestions (English)
» from Total Commander (English) to TC suggestions (English)