I couldn't get it to run in XP. TC wanted to close it for some reason. Not that I need it but I like to play.

Moderators: Hacker, petermad, Stefan2, white
That's strange, on my work PC with XP SP2 it works fine, also it works for me in Vista/7 w/o any troubles. When I start it w/o params, nothing happens, when I pass command line, OS shows RunAs/Elevate dialog.Boofo wrote:2MVV,
I couldn't get it to run in XP. TC wanted to close it for some reason. Not that I need it but I like to play.
Just pass a command line that you wanna to execute as admin:) hlp file may have greater size than tool=) i.e. I have some buttons for launching some apps elevated:Boofo wrote:What parameters are you using? I just tried it alone. The help file is kind of sparse.
Code: Select all
button3=E:\TOTALCMD\TOTALCMD.exe
cmd3=E:\TOTALCMD\Sudo.exe
param3=""E:\TOTALCMD\TOTALCMD.exe" /N %X"%P" "%T""
menu3=Admin: Total Commander
cmd5=E:\TOTALCMD\Sudo.exe
param5=""E:\Program Files\Tools\Notepad\Notepad++.exe" %P%N"
menu5=Admin: Edit
Code: Select all
[Colors]
RedirectSection=colors_%__COMPAT_LAYER%.ini
Sorry, maybe I hadn't understood it right, but if you ask the reason to launch text editor as admin, I'll answer:Boofo wrote:2MVV,
What kind of instance would you need to run a text editor in Admin mode? I'm curious now.
I can't understand which text editor has admin rights:) just need to remember. BTW, sometimes it is very funny to start editor elevated when it looks for another instance (non-elevated usually) and passes filename to it, so my elevated launch has no effect.Boofo wrote:2MVV,
Ahh, OK, that makes a little more sense to me now. So, how do you know that you are in the program as Admin? In TC that shows up in the top line, but in EditPlus, I didn't see any confirmation on it anywhere.
And thank you for explaining that, sir.