Extended Batch Language
From Just Solve the File Format Problem
Extended Batch Language (EBL) is a script interpreter and scripting language, primarily for DOS. The language is an enhanced variant of that used in batch (.BAT) files. It was developed by Frank Canova, later by Seaware.
EBL was apparently renamed to EBL-Plus as of version 4.00. There is also Professional EBL-Plus, which can compile scripts to COM format.
Contents |
Identification
EBL scripts usually contain one or more lines (often including the first line) beginning with "bat
".
EBL scripts are often accompanied by a file named "BAT.COM".
Software
- EBL
Sample files
- Most distributions of the EBL software include some demo scripts.
- http://cd.textfiles.com/rbbsv3n1/bins/bat.zip
Links
- http://www.canova3.com/seaware/
- Wikipedia: Batch file - Briefly discusses EBL.