pplupo wrote: 2021-05-25, 22:39 UTC
Where in the wiki do you suggest I do it? I looked it over and there doesn't seem to be a page for utilities to be integrated into TC.
Command: %COMMANDER_PATH%\addons\NirCmd\nircmdc.exe elevate
Parameters: cmd /k cd %P && %B+
It calls elevated cmd.exe, changes to directory in param %P (i.e. "f:\xxx\yyyy\") and goes
to the drive used in the path param (here %B+ is f:).
Thre is no need for the NirSoft tool here.
There is already a right click option "As Administrator" if you add a CMD button in TC.
Also you can start any tool with enhanced rights from a TC buton if you prefix the path with "*"
Many thanks to both of you. However, configuration only opens
cmd as admin.
2pplupo,
sometimes I want to execute system command lines or any other command line tools
which take many arguments/parameters in an elevated console window.
There I can see the command output, and I can easily repeat and modify the
command line with ctrl+arrow-up/down.
Or I increase letter size with ctrl+mouse-weel for a better view.
TychoBarfy wrote: 2021-05-26, 23:34 UTC2pplupo,
sometimes I want to execute system command lines or any other command line tools
which take many arguments/parameters in an elevated console window.
There I can see the command output, and I can easily repeat and modify the
command line with ctrl+arrow-up/down.
Or I increase letter size with ctrl+mouse-weel for a better view.
I didn't mean that your proposal is not useful, it's just that it's not the same as what I was trying to do.