JohnW #1 Posted March 23, 2018 Is it possible to print a Basic program listing using a Windows printer with any of the emulators? Quote Share this post Link to post Share on other sites
Sikor #2 Posted March 23, 2018 Yes: Altirra: check printer on (system->devices->printer), now: load Basic file and simply use: LIST"P:", copy txt to any text editor (for example notepad) and print it anywhere Atari800Win: sign notepad as printer (I dont remember wchich option - i do it ages ago, now on W10 i have only altirra installed) and simply print it. If you must have Atari fonts - you must find it on internet or use for example qasm program (i never print from this, but - if I remember - that has atari font eqiwalent) Quote Share this post Link to post Share on other sites
+Roydea6 #3 Posted March 24, 2018 With any emulator set an 'H' device. and assign a Windows folder. Then while in basic and file loaded PRINT "H:FILENAME.LST" should go to you windows folder. H5:filename.lst strips EOL to windows CR. Then use your favorite windows editor and load listing and print to LPT. Quote Share this post Link to post Share on other sites
MrFish #4 Posted March 24, 2018 Altirra: check printer on (system->devices->printer), now: load Basic file and simply use: LIST"P:", copy txt to any text editor (for example notepad) and print it anywhere In Altirra you have to select menu item "View" -> "Printer Output" first before issuing you're "LIST "P:" statement in BASIC. Quote Share this post Link to post Share on other sites
vitoco #5 Posted March 24, 2018 If you want a listing with all the ATASCII charset, you could use my ATASCII Printer online service. 4 Quote Share this post Link to post Share on other sites