User Tools

Site Tools


total_commander

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
total_commander [2012/10/14 10:26] skipidartotal_commander [2020/12/27 20:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +===== Total Commander ======
  
 +=== Console parameters ===
 +Are described here: [[http://www.ghisler.ch/wikide/index.php/Kommandozeilenparameter|www.ghisler.ch/wikide]]
 +
 +E.g. to configure Everything to use Total Commander on **STRG+Enter** use the following in the //Everything.ini//
 +
 +<code>
 +explore_folder_command=$exec("C:\Programme\Total Commander\TOTALCMD.EXE" /L="%1")
 +explore_folder_path_command=$exec("C:\Programme\Total Commander\TOTALCMD.EXE" /L="%1")
 +open_folder_path_command=$exec("C:\Programme\Total Commander\TOTALCMD.EXE" /L="%1")
 +</code>
 +
 +=== User defined Commands ===
 +
 +How to create a custom command, which will open [[http://sourceforge.net/projects/console/|Console2]] on **F12**.
 +
 +Create a command in the usercmd.ini, which will open the console2 with the current total-commander-path (**%P**) as parameter.
 +
 +<code>
 +[em_usercmd_console2]
 +button=d:\Programme 32\Console2\Console.exe
 +cmd=d:\Programme 32\Console2\Console.exe
 +menu=Console2
 +param=-d %P
 +path=%P
 +</code>
 +
 +{{http://i520.photobucket.com/albums/w327/schajtan/2012-10-14_12-22-13.png?800}}
 +
 +{{http://i520.photobucket.com/albums/w327/schajtan/2014-12-30_19-11-08_zpsfd3a49ac.png?800}}