Just had a google too. Looks like you can also do LIST, "filename.txt" to get an ASCII listing of part or all of the program
http://scottserver.net/bas
Any particular reason for sticking with such an ancient language ... from one who does still occasionally load up QB45 to make a quick EXE....
Steve
Main Topics
Browse All Topics





by: dragon-itPosted on 2006-01-13 at 15:34:01ID: 15696902
I seem to remember (and we are talking Amstrad 640k 8086 machine here when I ran GWBASIC before moving onto Quick Basic 4.5 and more modern stuff :-) that you could type SAVE "filename.bas" , a and it would save the program out as ASCII. Then you can load that into Notepad etc. abd do what you like with it. Like most basic interpreters at the time normally it saves in token format to save space in memory and on disc.
hth
Steve