home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apple2 / 19125 < prev    next >
Encoding:
Internet Message Format  |  1992-08-16  |  587 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!hg.uleth.ca!vokey
  2. From: vokey@hg.uleth.ca
  3. Newsgroups: comp.sys.apple2
  4. Subject: RE: BASIC listing => TEXT file ??
  5. Message-ID: <0095F32A.60407220.15050@hg.uleth.ca>
  6. Date: 17 Aug 92 02:24:45 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 10
  11.  
  12. Simply LIST the program to disk:
  13. Add the following program line at either the start or end of the program
  14. to list:
  15.  
  16. 0 POKE 33,33:?CHR$(4)"OPEN LISTING.TXT":?CHR$($)"WRITE LISTING.TXT":LIST:
  17.   ?CHR$($)"CLOSE":TEXT:END
  18.  
  19. and RUN the line.
  20.  
  21. <vokey@hg.uleth.ca>
  22.