
********************************************************************************
*
* .----------------.
* | ENGLISH  INFO  |  (Deutsche Info: Siehe unten)
* '----------------'
*
* BAT2EXEC 1.5 - Converts a batch file to a dirctly executable .com file .
*                for MS-DOS from Version 2.0
*                by Douglas Boling (c) 1991 Ziff Communications Co.; PC Magazine
* ================================================================================
* Use syntax: "bat2exec myfile.bat" .
*
* Rating: +++    (in a range of + to +++)
*
*-------------------------------------------------------------------------------
*
* .---------------.
* | DEUTSCHE INFO |
* '---------------'
*
* BAT2EXEC 1.5 - Wandelt eine .BAS Batchdatei in eine direkt ausfhrbare
*                .COM-Datei um. Fr MS-DOS ab Version 2.0
*                Von Douglas Boling (c) 1991 Ziff Communications Co.; PC Magazine
* ================================================================================
* Verwenden Sie folgende Aufruf-Syntax: "bat2exec myfile.bat" . Die erstellte
* ausfhrbare Datei heit "myfile.com".
*
* Als Beipiel habe ich die Batchdatei DIRMORE.BAT, die ein Inhaltsverzeichnis des
* aktuellen Verzeichnisses sortiert und mit seitenweiser Anzeige ausgibt, zu der
* ausfhrbaren Datei DIRMORE.COM kompiliert und beide Dateien beigelegt.
*
* BAT2EXEC ist eine Art Batch-Compiler. Erwarten Sie bitte nicht, dass das
* Programm bei allen DOS- und Windows-Versionen, die ja doch recht
* unterschiedliche Varianten der Batch-Sprache mit sich brachten, immer
* problemlos funktioniert
*
* Bewertung: ++   (in einer Skala von + bis +++)
*
*-------------------------------------------------------------------------------
*
*   \         (c) Thomas Antoni, 28.5.2001 
*    \ /\           Mailto:thomas@antonis.de
*    ( )            http://www.antonis.de    ---   http://www.qbasic.de   
*  .( o ).
*                        ----==== Hottest MS-DOS Stuff on Earth !!! ====----
*
********************************************************************************

