home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / pw.txt < prev    next >
Text File  |  1994-07-13  |  2KB  |  35 lines

  1. PERFECT WRITER TIP
  2. by Paul Bobbin, KUB, May/June 1987
  3.  
  4. (An interesting method of printing PW documents)
  5.  
  6. Perfect Writer can be used without formatting, and is especially
  7. useful in writing letters, reports and one page documents.  I
  8. have a disk on which I have erased PF.COM leaving lots of room
  9. for other files.  From the KUB library I have added D.COM,
  10. DO.COM, which I renamed GO.COM, PIP.COM, LIST.COM.
  11.  
  12. To print a file I type GO P (short for print) filename.ext.  This
  13. prints the file EXECUTING any imbedded commands, such as BOLD
  14. FACE, italics, etc.  If I type GO L filename.ext, I will get a
  15. printout which PRINTS the control codes but does NOT execute
  16. them.  Two small submit files do all the work and in addition
  17. they update my file D.DIR each time after printing.
  18.  
  19. Having an updated C>DIR means you can call up the directory
  20. without leaving PW, then extract a paragraph or a macro file. 
  21. For instance, to print in two columns, the escape codes for my
  22. printer are difficult, so I have a `MAC' file.  This file, which
  23. is inserted after the first column, tells the printer to go to
  24. the end of the page, back-up 66 lines, reset the margins, turn on
  25. the justify and continue printing.
  26.  
  27. Here are the two P.SUB and L.SUB files:  Replace the commas with
  28. a <cr>.
  29.  
  30.   PIP LST:=$1,ERA B:D.DIR,B:A:D $$F,A:,D B:
  31.  
  32.   LIST $1,ERA B:D.DIR,B:A:D $$F,A:,D B:
  33.  
  34. OK Word Stars, can you do that!
  35.