command prompt
Moderators: Hacker, petermad, Stefan2, white
command prompt
Is there any way, that the command prompt is built in the total commander. I mean, that one of the tabs acts as a command prompt. So, everytime I open total commander, the command prompt is always available and I do not ahve to run it always using cmd.exe.
Re: command prompt
I used from time to time total console but i suspect it is not running well anymore.techbuddy wrote:Is there any way, that the command prompt is built in the total commander. I mean, that one of the tabs acts as a command prompt. So, everytime I open total commander, the command prompt is always available and I do not ahve to run it always using cmd.exe.
I'm also a keyboard/console addicted i very often open console from command line using an alias and a HotKey. I also have some scripts that switch current console folder to TC Source/target tab and change TC to current console folder. In most of my case The console complement the two TC visible tab and i put the console at bottom or on secondary screen. I sometime miss an embedded console but this should be in a dedicated layout TC is not providing...
2 techbuddy
There are two console plugins:
http://www.totalcmd.net/plugring/tconsole.html
http://www.totalcmd.net/plugring/TotalConsole.html
Did you try any of them?
There are two console plugins:
http://www.totalcmd.net/plugring/tconsole.html
http://www.totalcmd.net/plugring/TotalConsole.html
Did you try any of them?
Yes, I know, but it would not launch the command prompt elevated, which I need sometimes. I have an em_* command defined doing this and a button.MVV wrote:TLis,
Menu 'Commands - Open command prompt' does the same. People simply assign a hotkey like Ctrl+O and use it.
But TC itself have no embedded console since it is a GUI application.
I created tiny batch file su.bat in Windows dir:
And when I need elevation, I type su in opened console and press Enter.
It opens another console with same working folder.
Code: Select all
@echo off
start "" "%SystemRoot%\sudo.exe" "%SystemRoot%\System32\cmd.exe" /k cd /d "%cd%"
