In cmd line: tc1151x64_rc5.exe /I0".\"RSHG0D0 %COMMANDER_PATH%
How to make TotalCmd auto run after this?
Auto start TotalCmd after update
Moderators: Hacker, petermad, Stefan2, white
Auto start TotalCmd after update
OS: Win10 | TC: latest x64
Re: Auto start TotalCmd after update
Code: Select all
tc1151x64_rc5.exe /I0".\"RSHG0D0 %COMMANDER_PATH% & %commander_exe%
#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
Re: Auto start TotalCmd after update
2KozakMak
The command works as intended.
You use the %COMMANDER_PATH% variable which implies you also launch the command under running TC.
Therefore the %commander_exe% variable fits there too.
In its turn upon execution, both variables return actual paths.
If you don't launch the command under running TC try to put literal paths there instead of the variables.
NB I tested it via .cmd file, something like this:
tcmd_installer_setup_and_restart_tc.cmd
The command works as intended.
You use the %COMMANDER_PATH% variable which implies you also launch the command under running TC.
Therefore the %commander_exe% variable fits there too.
In its turn upon execution, both variables return actual paths.
If you don't launch the command under running TC try to put literal paths there instead of the variables.
NB I tested it via .cmd file, something like this:
tcmd_installer_setup_and_restart_tc.cmd
Code: Select all
set "installer=tc1151x32_64_rc5.exe"
%installer% /I0".\"RSHG0D0 %commander_path% & %commander_exe%
#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
Re: Auto start TotalCmd after update
2beb
I need it from TotalCmd cmd line: https://ibb.co/nsZgp62F
UAC prompt appears - and then nothing happens
I need it from TotalCmd cmd line: https://ibb.co/nsZgp62F
UAC prompt appears - and then nothing happens
OS: Win10 | TC: latest x64