/S=L: is there something like /S=L:M to start maximized ?

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
KozakMak
Senior Member
Senior Member
Posts: 478
Joined: 2021-05-24, 12:39 UTC
Location: UA

/S=L: is there something like /S=L:M to start maximized ?

Post by *KozakMak »

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?
OS: Win10 | TC: latest x64
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: /S=L: is there something like /S=L:M to start maximized ?

Post by *petermad »

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
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
KozakMak
Senior Member
Senior Member
Posts: 478
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: /S=L: is there something like /S=L:M to start maximized ?

Post by *KozakMak »

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
in this case its posible?
OS: Win10 | TC: latest x64
User avatar
beb
Power Member
Power Member
Posts: 579
Joined: 2009-09-20, 08:03 UTC
Location: Odesa, Ukraine

Re: /S=L: is there something like /S=L:M to start maximized ?

Post by *beb »

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.
#278521 User License
Total Commander [always the latest version, including betas] x86/x64 on Win10 x64/Android 10/15
User avatar
ghisler(Author)
Site Admin
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 ?

Post by *ghisler(Author) »

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
KozakMak
Senior Member
Senior Member
Posts: 478
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: /S=L: is there something like /S=L:M to start maximized ?

Post by *KozakMak »

ghisler(Author)
adding /S=L:M looks more elegant solution 8)
OS: Win10 | TC: latest x64
User avatar
petermad
Power Member
Power Member
Posts: 15997
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: /S=L: is there something like /S=L:M to start maximized ?

Post by *petermad »

KozakMak wrote: 2023-05-04, 13:47 UTC

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
in this case its posible?
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"

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
KozakMak
Senior Member
Senior Member
Posts: 478
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: /S=L: is there something like /S=L:M to start maximized ?

Post by *KozakMak »

KozakMak wrote: 2023-05-04, 15:08 UTC adding /S=L:M looks more elegant solution 8)
pls move to suggestions
OS: Win10 | TC: latest x64
User avatar
white
Power Member
Power Member
Posts: 5744
Joined: 2003-11-19, 08:16 UTC
Location: Netherlands

Re: /S=L: is there something like /S=L:M to start maximized ?

Post by *white »

Moderator message from: white » 2024-11-04, 15:59 UTC

Moved topic
» from Total Commander (English) to TC suggestions (English)
Post Reply