login | register | search | print |
Documentation
DocumentationTCBL is a lst2multi replacement !
Basically this application allows to build and run a batch file that executes sequentially a suite of command. Each command corresponds to a line (a file to process) of the list file, a command is single or multiple.
The Hello world sample:tcbl MyFileslst echo Hello $f
Print hello [Name of file] for each file.
A more complicated sample:
tcbl MyFileslst copy /Y $f c:\BACKUP\ $; ren $f $n.saved-$d
Copy each file to a folder C:\backup and rename the file adding .saved-YYYYMMDD using corresponding date.
...More with syntax...
...More with tcbl ini file...
...More with $ directives...
...Tutorial...