Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

 

Total Commander 의 Button Bar 설정

   
Command

C:\util\TCCLE13x64\tcc.exe

 
Parameterscd %P &  ALIAS/R c:\util\TCCLE13x64\alias.ini & SET/R c:\util\TCCLE13x64\set.ini 
Start Path  
Icon fileC:\util\TCCLE13x64\tcc.exe 
   

 

c:\util\TCCLE13x64\set.ini

EDITOR=C:/util/notepad++/notepad++.exe
JAVA_HOME=c:\devel\java\jdk1.6.0_43
;PATH=d:\devel\jruby-1.5.1\bin;%PATH;%JAVA_HOME\bin
;PHP_PEAR_BIN_DIR=c:\devel\php-5.4.16-Win32-VC9-x86
;PHP_PEAR_DATA_DIR=c:\devel\php-5.4.16-Win32-VC9-x86\pear\data
;PHP_PEAR_DOC_DIR=c:\devel\php-5.4.16-Win32-VC9-x86\pear\docs
;PHP_PEAR_INSTALL_DIR=c:\devel\php-5.4.16-Win32-VC9-x86\pear
;PHP_PEAR_PHP_BIN=c:\devel\php-5.4.16-Win32-VC9-x86\php.exe
;PHP_PEAR_SYSCONF_DIR=c:\devel\php-5.4.16-Win32-VC9-x86
;PHP_PEAR_TEST_DIR=c:\devel\php-5.4.16-Win32-VC9-x86\pear\tests

 

c:\util\TCCLE13x64\alias.ini

 

StartBAtch 찾는 순서

Example 1

 

Assume that you execute the command line below:

 

c:\TCMD\TCC.exe c:\TCMD\start.btm

 

The events below will take place in the order shown:

 

1 Windows starts c:\TCC\TCC.exe

2 TCC initializes from

1st choice: c:\TCC\TCMD.INI

2nd choice: TCMD.INI in the %localappdata% directory.

3.1 If the initialization file was found, and it contains the directive

TCStartPath=c:\start

and one of the files

c:\start\tcstart.btm

c:\start\tcstart.bat

c:\start\tcstart.cmd

c:\start\tcstart.exe

c:\start\tcstart.com

exists, that file is executed by TCC.

3.2 If no initialization file was found in Step 2, or the initialization file either does not contain the TCStartPath directive, or the value of the directive is c:\TCC, and a TCSTART program is found in directory c:\TCC, it is executed by TCC

4 TCC executes c:\tcmd\start.btm (or, if not found, it displays an error message).

5 TCC displays the command prompt, unless an EXIT command was executed in c:\tcmd\start.btm, terminating TCC.

 

 

 

tcstart.btm
@ECHO OFF
REM Setting env for Visual Studio 10
CALL "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat"
  • No labels