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 / MBUG / MBUG126.ARC / NUPRN.LBR / NUPRN.DOC < prev    next >
Text File  |  1979-12-31  |  3KB  |  56 lines

  1.                                 NUPRN.DOC
  2.  
  3. NUPRN   is  a program  lister to the  LST:device that allows  printing  on 
  4. both sides of the paper, in book fashion.
  5.  
  6.      NUPRN is called by typing
  7.           NUPRN [[D:] Filename.ext]
  8.  
  9.      Both  the  drivecode  and  the name of the file  to  be  printed  are
  10. optional. The drivecode defaults to the currently logged in disk; if NUPRN
  11. doesn't find a filename on the command line, it will ask for one.
  12.  
  13.      NUPRN  will prompt the user for various options,  the first one being
  14. the  choice  between  'normal' printing and  'double  side'  printing.  An
  15. heading can be appended to each page,  as well as page numbers on the same
  16. line as the heading.
  17.  
  18.      Page  numbers  can be offset,  so that the user can  start  numbering
  19. pages  from any number.  The highest page number that will be  printed  is 
  20. 255, which should be ample for most applications.
  21.  
  22.      Provision  is made to print without page numbers (perhaps a two-sided 
  23. air mail letter?).
  24.  
  25.      Once the odd pages have been printed (note: if you specify an offset, 
  26. the odd pages may well have an even number), the program halts and prompts 
  27. the  user to detach the paper and reload it in the printer the other  side 
  28. up; any key will then resume printing the even pages.
  29.  
  30.      The  program  has been written for a XX.80 type of  printer,  a  page 
  31. length of 66 lines (56 of those will be text) and for 80 characters to the 
  32. line.  If a line exceeds this length,  the excess is printed onto the next 
  33. line and the line counter keeps the correct count of the lines printed. It 
  34. is a simple matter of changing some of the constants appearing in the main 
  35. program (source code) to adapt the program to run on different printers.
  36.  
  37.      This  program  does not recognise dot commands nor the fact that  bit 
  38. seven  of every byte is  set by  Wordstar.  Consequently,  before
  39. printing a Wordstar text file it is necessary to 'purge' it by editing out
  40. the   dot commands and by running BIT7.COM (from the CP/M User's Group) or
  41. its modification WSTRIP.COM (that takes into account also soft hyphens) to
  42. reset each 7th bit.  Also,  since the paper fed to the printer will not be 
  43. anymore in continuos form after the first pass for the odd pages (the user 
  44. must  cut it in order to expose the 'verso' to printing) the printer  must 
  45. be  set  up  so that the 'out of paper' switch doesn't  stop  the  printer 
  46. prematurely.
  47.  
  48.      One  last suggestion:  after printing your document on both sides  of 
  49. the paper,  tear out the right perforated edge only.  You can then collate 
  50. the  individual pages and staple them on the left edge,  so your  document 
  51. will be in 'book' form.
  52.  
  53.  
  54.                                  Max Care
  55.                                  Sydney Microbee Users' Group
  56.