Champions_2002 #1 Posted October 4, 2007 i have a listing that i would like to print to a text file so i can see and print it with notepad or other text editors, how can this be done please Quote Share this post Link to post Share on other sites
Wrathchild #2 Posted October 4, 2007 Have a look on this thread: http://www.atariage.com/forums/index.php?showtopic=52789 Quote Share this post Link to post Share on other sites
Champions_2002 #3 Posted October 4, 2007 where can i find the atarilister program i have tried all the links but i get an error Quote Share this post Link to post Share on other sites
dinosaur #4 Posted October 5, 2007 where can i find the atarilister program i have tried all the links but i get an error You could try opening the file with AtariWriter+ and saving it as an ASCII file. Quote Share this post Link to post Share on other sites
Wrathchild #5 Posted October 5, 2007 where can i find the atarilister program i have tried all the links but i get an error Navigating from the root took me to this URL instead: http://www.langesite.com/Atari/Lister/index.php Quote Share this post Link to post Share on other sites
joyfulcoder #6 Posted October 5, 2007 where can i find the atarilister program i have tried all the links but i get an error If the file you want to print is on your Windows PC then ATASCIIView should be able to print it. http://www.leehanken.pwp.blueyonder.co.uk/atascii/ Quote Share this post Link to post Share on other sites
Champions_2002 #7 Posted October 6, 2007 How do i use Atasciiview, when i run it i get a list of special symbols, how do i make this into english Quote Share this post Link to post Share on other sites
classics #8 Posted October 6, 2007 How do i use Atasciiview, when i run it i get a list of special symbols, how do i make this into english Is this a BASIC program? If so its probably in tokenized format, not ATASCII text. To convert it to ATASCII text load it into Atari BASIC, then re-save it using the LIST command with a disk file as the target: LIST "D1:PRGLIST.TXT" Then use the ATASCII viewer to view PRGLIST.TXT. If you are unable to do this try posting the BAS file here as an attachment, I can print it to a PDF as ATASCII for you. Steve Quote Share this post Link to post Share on other sites
Champions_2002 #9 Posted October 6, 2007 Oh yes i never thought of using LISt to to disk and now it works thanks everybody Quote Share this post Link to post Share on other sites