home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / ATARI / LETRPRFT.DOC < prev    next >
Internet Message Format  |  2000-06-30  |  3KB

  1. Date: 7 Sep 84 13:08:29 EDT (Friday)
  2. Subject: LetterPerfect document copy utility
  3. To: Atari Users
  4. From: Dan Fleysher <Fleysher.wbst@XEROX>
  5.  
  6. I wrote a utility in BASIC with machine language assist that some of you
  7. may be interested in.  It reads a document (file) off a Letter Perfect
  8. disk and writes it onto an Atari DOS (single density) disk.
  9.  
  10. I use it when I prepare several paragraphs of text using Letter Perfect
  11. and then transmit the text via modem to a host computer, etc.  It could
  12. also enable Letter Perfect documents to be printed on a serial printer
  13. hooked up via a RS-232 interface.  Since Letter Perfect does not provide
  14. for transmission of documents to the R: devices, and since Letter
  15. Perfect file formats are not compatible with Atari DOS, I decided to
  16. write this utility.
  17.  
  18. Once the text is on an Atari DOS disk, any of several terminal upload
  19. programs can be used to transmit the text from the disk over the modem.
  20. Warning: an upload program which is line-oriented (with a limited size
  21. buffer of 80 or 100 characters) will choke on the text file, because
  22. Letter Perfect documents contain a carriage return only at the end of
  23. each paragraph.
  24.  
  25. Operation of this copy utility is pretty self-explanatory.  You run it
  26. under Atari BASIC, insert the Letter Perfect disk, and ask for a listing
  27. of the directory (which can optionally include documents which have been
  28. marked for deletion).  You enter the number of the document of interest,
  29. and the program reads the Letter Perfect disk, prompts you to insert the
  30. Atari DOS disk, and writes out the DOS-compatible file.  If the Letter
  31. Perfect document is too big for the buffer space in your machine, the
  32. program prompts you about alternately removing and inserting disks until
  33. the entire file has been copied.
  34.  
  35. The performance of this utility while writing the DOS disk is nothing to
  36. brag about, because the DOS disk is written a character at a time thru
  37. BASIC.  This portion of the program could be reworked if I (or one of
  38. you) can find the time.
  39.  
  40. Other suggestions for improvement of this utility are welcomed.  If
  41. anyone tries using it with a more recent version of Letter Perfect than
  42. the one I have (version 1), I'd like to hear about the results.  Anyone
  43. interested in background Letter Perfect file info - just ask.
  44.  
  45.     Dan
  46.  
  47. Note:  the following characters may be garbled in the transmission over
  48. the net:
  49.  
  50. Line 150:  the first character printed is a "clear screen"; this is
  51. followed by inverse video text
  52.  
  53. Line 570:  the printed string is "space, vertical line"
  54.