Releases: morphinejh/bastext
Releases · morphinejh/bastext
Initial Release for Commander X16 compatibility
I had to reorder some of the command line options to work on windows. The functionality remains the same for both.
Windows x64 binary attached - Linux user just run make. Window users with Visual Studio (cl.exe) can run make.bat.
Example to convert a BASIC file to ASCII and send it to the standard output (usually screen, but can be redirected)
bastext -i INFILE1.BAS
Example to convert from one or more BASIC to ASCII single file:
bastext -d Files.txt -i INFILE1.BAS INFILE2.BAS INFILE3.BAS . . .
Example to convert from ASCII to BASIC (enforces X16 BASIC)
bastext -x -o Files.txt
[ All programs in Files.txt will be created individually]