home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / prnf245.zip / README.BAT < prev    next >
DOS Batch File  |  1993-08-02  |  4KB  |  76 lines

  1. @echo off 
  2. echo                            PrnSet & Friends 2.45
  3. echo   
  4. echo  PrnSet is a non-resident universal printer setter.  Print control data live in
  5. echo  file PRNSET.DAT, which can be created and edited on any plain ASCII text edit-
  6. echo  or. You can also print & copy files from PrnSet's menu. For a copy of the man-
  7. echo  ual:  COPY PRNSET.DOC PRN.  PrnSet's "Friends" are a set of utilities to mani-
  8. echo  cure text files for printing.  Also on the disk is a simple ASCII text editor.
  9. echo   
  10. echo  Files on this disk: 
  11. echo   
  12. echo      PRNSET.EXE    PrnSet program.  Must be on path to work.
  13. echo      PRNSET.DAT    Default data file for PrnSet.  Must be on path.
  14. echo      xxxxxxxx.DAT  Alternative data files to fit various printers.
  15. echo      COUNTnnn.EXE* Count pages, check for bad pagination &c before you print.
  16. echo      PAGINnnn.EXE* Break file into pages with optional headers & footers.
  17. echo      MANGLnnn.EXE* Perform various useful minor surgery on text files.
  18. echo      PRN2Bnnn.EXE* Divide file for printing on both sides of the paper.
  19. echo      TERS143B.EXE* Terse, a simple ASCII text editor.
  20. echo      WHATSNEW      List of changes in P&F versions.
  21. echo  Files marked * are self-extracting archives.  See next screen for advice.
  22. echo   
  23. echo  If one of the DAT files suits your printer, copy it to PRNSET.DAT.   If not,
  24. echo  you'll have to make one.  Each program has a manual in its corresponding DOC
  25. echo  file.  The manuals tell all; READ THEM.
  26. pause 
  27. echo   
  28. echo  PrnSet's "Friends" manicure ASCII Text files for printing. Unlike some, they
  29. echo  can handle the bare carriage returns sometimes used to underline & boldface.
  30. echo   
  31. echo  CountPgs gets information about the file:  Number, length, & width of pages;
  32. echo           presence of:  Left Margin, FF's, tabs, bare CR's, high-bit (usually
  33. echo           graphics) characters, misplaced ^Z's, & oversize pages.
  34. echo   
  35. echo  Pagina   breaks an unpaged file into pages, with or w/o headers, footers and
  36. echo           margins.  You get lots of choice about the headers and footers.
  37. echo   
  38. echo  Prn2Both divides a paged file for printing on both sides of the paper (print
  39. echo           odd pages, turn over, & print even pages on the back).  It can make
  40. echo           proper margins and reverse headers & footers if necessary.
  41. echo   
  42. echo  Mangler  Does minor surgery:  insert FF's, add/strip margin, add/strip ter-
  43. echo           minal blanks,  break file into parts,  remove/replace strings, UN-
  44. echo           paginate, reverse order of pages, remove headers and footers, swap
  45. echo           frontsy-backsy around CR's, et. alii.
  46. echo   
  47. echo  All these are packed into self-extracting archives.  Put, say, COUNT352.EXE,
  48. echo  on the path, move to a disk:\directory with plenty of room,  run COUNT352, &
  49. echo  it will unfold itself into a set of files.  The files will go into  whatever
  50. echo  is the default drive:\directory at the time, so make sure there's room.
  51. pause
  52. echo   
  53. echo  When PrnSet's Friends have done as much as they can,  you may still need to
  54. echo  go in with an editor for some final touches --things like fixing widows and
  55. echo  orphans. To do this, & to edit DAT files for PrnSet, an editor must be able
  56. echo  to do two things: 
  57. echo   
  58. echo       (1) write plain ASCII files.
  59. echo       (2) read and write bare carriage returns.
  60. echo   
  61. echo  Some word processors and most small editors can't do these things.   In case
  62. echo  yours can't, on the disk there's an able small text editor called TERSE that
  63. echo  can.   It's written and copyright by Joseph (Yossi) Gil, and it appears here
  64. echo  by his permission.   This is an abridged version of TERSE.  The full package
  65. echo  contains some additional editors and some useful utilities.   If you take to 
  66. echo  using  TERSE,  you may want the full package,  and you should certainly send
  67. echo  Mr. Gil the very reasonable sum he asks for.
  68. echo   
  69. echo  When you run TERS143B.EXE, it will expand itself into several files. The two
  70. echo  most important are T.COM, the editor program,  and TERSE.DOC, which explains 
  71. echo  everything else.
  72. echo   
  73. echo   
  74. echo   
  75. echo   
  76.