home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / utl / txtdmp.do < prev    next >
Text File  |  2006-10-19  |  1KB  |  23 lines

  1. TXTDMP.CO by Ron Bean 8/86, A Model 100 Cassette Save/Load Program.
  2.  
  3. WHAT'S THIS PROGRAM FOR??
  4.  
  5.    This program saves or loads .DO files to cassette in a single continuous
  6. block instead of the usual 256-byte blocks, saving time and tape.
  7.  
  8. HOW DO I MAKE IT WORK??
  9.  
  10.    TXTDMP.CAS creates a 528-byte CO file ending at the address you specify.
  11. When you enter TXTDMP.CO from the main menu it will ask if you want to <L>oad
  12. or <S>ave a file. Then it will ask you for a filename for the RAM file (without
  13. the .DO extension). IF you are <L>oading and the file already exists, it asks
  14. if you want to Append the tape file to the RAM file. If you don't answer with y
  15. or Y it kills the file and creates a new one. Then it asks for the name of the
  16. tape file (also no extension); if it's the same you can just enter a CR. Then
  17. it will turn on the tape motor and save or search for the file. IF it finds a
  18. normal DO, BA or CO file it will print "Skip:name" on the screen but will not
  19. stop the tape. When it finds one of its own files it will stop and print
  20. "Found:name" or "Skip:name" and act accordingly. If you press <BREAK> it will
  21. exit to BASIC (due to the ROM calls used). When it's done it will exit to the
  22. main menu. CLOAD, CLOADM, and TEXT F2 will not recognise TXTDMP files.
  23.