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 / PROGRAMS / WSTAR / BOOKMAKR.LBR / BOOKMAKR.WZ / BOOKMAKR.WS
Text File  |  2000-06-30  |  3KB  |  47 lines

  1. .. =========================================================================
  2. .. BOOKMAKR.WS -- MailMerge command file for printing a file or files
  3. ..   1/14/84      with consecutive page numbers and a footing (or heading)
  4. ..                line, if desired.
  5. ..                Adapted from PRINT.CMD
  6. ..                   by Ben Silverstein, Sysop
  7. ..                      Syracuse,NY RCP/M
  8. ..                      (315)468-2887 24 hrs.- 300/1200 baud
  9. ..
  10. .. =========================================================================
  11. ..
  12. ..  IMPORTANT! - The "Use Form Feeds?" question asked by WordStar should
  13. ..               be answered "Y" to keep pagination correct.
  14. ..
  15. .. =========================================================================
  16. ..
  17. .. This file sets page options for printing on standard (8.5"x11") paper.
  18. .. The FO command sets the page numbering and title line.
  19. .. -------------------------------------------------------------------------
  20. .av "File name to print? ",file-name
  21. .av "Starting page number? ",pageno
  22. .. -------------------------------------------------------------------------
  23. .. Comment out (2 leading periods) one of the following two lines. The first
  24. .. "hard codes" the date so you don't have to enter it for every file. If only
  25. .. printing one file, you may want to use the "Ask Value" prompt.
  26. .. -------------------------------------------------------------------------
  27. ..sv date,January 14, 1984
  28. ..av "Enter date or 'return' to skip? ",date
  29. .. -------------------------------------------------------------------------
  30. .. Set up page formatting for 66-line page, 12-pitch (Elite) line
  31. .. -------------------------------------------------------------------------
  32. .pl 60 (60 lines on a page)
  33. .po 10 (offset page to allow for 3-hole punch)
  34. .mt 0  (no top margin)
  35. .mb 3  (no margin at bottom)
  36. .hm 0  (number of blank lines from page heading to body of text)
  37. .fm 3  (number of blank lines from end of text to page number or footing)
  38. .pn &pageno& (force the starting page number to the input value)
  39. .. -------------------------------------------------------------------------
  40. .. The following are suggestions for footing lines. One just prints the file
  41. .. name, listing date, and page number, the other defines the file as part of
  42. .. a larger group of files, such as a software system.
  43. .. -------------------------------------------------------------------------
  44. ..fo  &file-name&                          listed on &date&     page  #
  45. ..fo  &file-name& - module of XXXXXXXX ver 1.0    listed on &date&     page  #
  46. .fi &file-name& (include the requested file)
  47. .pa (roll up to the next page)è