 GW2ASC 0.10 - GWBasic Binary to ASCII source code converter
 (C)2020 PeatSoft
 www.xs4all.nl/~hwiegman/gwbasic.html
 hwiegman@xs4all.nl
   
   modified version of  READBAS 1.1 -  READS BASIC PROGRAMS SAVED IN BINARY
                                       NELSON FORD, APRIL 11,1985

 ----------------------------------------------------------------------------

 REQUIREMENTS
   - DOS
   - GWBasic Binary Source Code files

 ----------------------------------------------------------------------------

 GW2ASC converts GWBasic Binary source code files into ASCII files.
 
 Commandline parameters:
   GW2ASC basfile [outputfile] [options]

   basfile     - valid GWBasic Binary source code file
   outputfile  - file in which the output is saved. If outputfile is not
                 given, the output will be saved in basfile.ASC
   options     - /F   try to fix a corrupted file

 ----------------------------------------------------------------------------

 WHAT IS NEW?
   0.03 (09-18-2007) - ':' character between statements was not converted.
                       added routine to fix corrupted files
   0.04 (09-20-2007) - fixed ':' character.
   0.05 (09-21-2007) - added missing '\' character.
   0.06 (09-28-2007) - fixed conversion of single variables
   0.07 (10-04-2007) - added control characters (1-6) as printable
   0.08 (2020)       - fixed REM handling
                       fixed printable chars above 127 ASCII between
                       double quotes
   0.09 (2020)       - fixed REM handling
   0.10 (2020)       - fixed REM handling and other errors

 ----------------------------------------------------------------------------

 EMAIL

   Email: hwiegman@xs4all.nl

 ----------------------------------------------------------------------------

 LEGAL
   
   You are using GW2ASC at your own risk, no responsibility is taken for
   damages to your computer system.

   Feel free to distribute this program, as long as the files remain
   intact. You may not use it for personal or any other gain without my
   consent.

 ----------------------------------------------------------------------------
   Thanks for downloading. Have fun!
