totalcommander 단축키를 이용하여 wincmd.ini 위치 지정하는 방법

/**
* 문서번호: nabiro_201105270946
* 검색어: nabiro, total commander, totalcommander, parameters, 옵션, 인자, wincmd.ini, ini 파일
* 출처: 
* 참조: totalcommander 도움말 
**/

윈도우즈에서 파일 관리를 Total Commander를 주로 이용합니다. 

비록 64비트 지원이 되지 않는 안타까움은 있지만 comment 를 매우 자주 사용하는 입장에서 이만한 파일 관리 유틸리티도 없지 않은가 싶을 정도로 유용하게 사용하고 있습니다. 

VMware를 이용하여 여러 OS 를 설치하고 사용할 때마다 Total Commander를 복사해서 사용하는 것 까지는 좋은데 설정 파일을 그때 그때마다 새롭게 수정해주어야 하는 불편함이 있었습니다. (무식해서.... 그랬습니다.)

하지만 도움말을 보니 아래와 같은 옵션들을 잘 활용하면 이미 존재하는 설정파일을 D: 드라이브와 같이 부팅영역의 드라이브가 아닌 곳에 복사해서 사용하면 환경 설정에 시간을 허비할 일을 줄일 것 같습니다. 

제 경우는 아래와 같이 단축키를 만들어놓고 사용합니다. 

totalcmd.exe /i=d:\config\mytc.ini /f=d:\config\myftp.ini

아래는 도움말에서 복사한 상세 내용입니다. 

totalcmd.exe c:\windows left window is loaded with c:\windows
totalcmd.exe d:\data c:\programs left: d:\data, right: c:\programs
totalcmd.exe /R=d:\data right window: d:\data
totalcmd.exe "d:\Letters to Mr. Smith" left: long name -> in double quotes!
totalcmd.exe /R="d:\Letters from Miller" right window loaded with long name
totalcmd.exe c:\data\backup.zip opens backup.zip in the left window

totalcmd.exe /I=Miller.ini /F=MFtp.ini use Miller.ini instead of wincmd.ini for all settings, and MFtp.ini for FTP

totalcmd.exe /O /L=c:\ /R="d:\doc" Activate already running Total Commander and set the left path to c:\, and the right path to d:\doc
totalcmd.exe /O /S /R=c:\somepath Open c:\somepath in the current TARGET panel of the running program. Explanation: /S causes Total Commander to read /L as source and /R as target directory instead of left and right.
totalcmd.exe /O /T /L=c:\somepath Open a new directory tab on the left side of the already running Total commander with c:\somepath in it.

댓글

Designed by JB FACTORY