Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

c:\util\TCCLE13x64\alias.ini

 

StartBAtch 찾는 순서

Panel

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.

 

 

 

Code Block
languagepowershell
titletcstart.btm
@ECHO OFF
REM Setting env for Visual Studio 10
CALL "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\vcvars32.bat"