Syntax

Documentation > Syntax






Detailed syntax:
tcbl [- Options] [ini file] ListFile Ini Cmd/Encoded Batch Script
Click on lightBlue Links to get help!

All stuff inside bracket is optionals !



Options [n|d|e|E|p]? and x? and q? and [i|I]? and codepage number? :
- as prefix for options !
    1. n null option for list file starting with "-" :)
    2. d debug only, no execution and verbose matching !
    3. e edit bat file before execution using notepad.
    4. E edit bat file before execution using tcblEdit.bat file to launch your favorite text editor.
    5. p pause before execution (historical option, not useful anymore)
    6. x do NOT execute bat file. Should be used with e or E option.
    7. q do NOT automatically quote parameters during bat building.
    8. i indicate that of TCBL.INI is used as command definition file.
    9. I indicate usage of aternate ini file.
    10. nnnnn codepage number used for input/output, by default codepage is set to local windows 1251, 1252,...



Ini Cmd Only if i or I option is specified.
command name and 0 to 9 parameters : is used with the ini file definition. Extended feature like regex filtering and multiline definitions are only available using the ini file extended syntax.    

Encoded Batch Script Only if i or I option are not specified !
command line : is the 'encoded' bat script where all the $directives are replaced in order to build a complete batch file.