home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / printer / print1.lha / Print1.doc < prev    next >
Text File  |  1990-06-13  |  2KB  |  57 lines

  1.  
  2. This is a print utility suitable for printing ASCII files. The format
  3. of the command is "Print <options> filenames"
  4.  
  5. Any number of files may be printed with one command, as in:
  6.  
  7.         print filea fileb filec
  8.  
  9. There are three options to print. Options are specified by a "-",
  10. followed by the option letters.
  11.  
  12. The options are h, l, n, s, v, and ?. Options h, n, and s may be used 
  13. together.
  14.  
  15. Option h causes a header to be printed at the top of each page. 
  16. The header consists of the page number, date and time, and filename.
  17.  
  18. Option n causes line numbers to be printed at the beginning of each
  19. line.
  20.  
  21. Option s causes the output to go to the screen. It really goes to stdout
  22. so it may be redirected.
  23.  
  24. These options may be used in any combination by listing the letters of
  25. the desired option together after the "-" like this:
  26.  
  27.         print -hn filea
  28.  
  29. Typing print with no file specified will cause a template of the
  30. commnd to be printed to the screen.
  31.  
  32. Option l is a primitive mailing label printer. This option depends
  33. on the mailing list to be an ASCII file with each entry 5 lines long.
  34. The first 3 lines of the file will be printed, the next two lines
  35. skipped, and three blank lines inserted. This pattern will repeat 
  36. until the end of the file. This allows for two non printing lines,
  37. for phone numbers or other non address data.
  38.  
  39. Typing "print -v" will print the version, author, and date to the screen.
  40.  
  41. Typing "print -?" will cause a help file to be sent to the screen.
  42.  
  43. Print will space around the page break about an inch. 
  44.  
  45. Print must be run from the CLI or a utility such as DU. To use print,
  46. put it in the "c" directory. The source code should be included with
  47. this file for those who want to mess around with it. If 'print' is
  48. run from the DU directory utility output should not be sent to the screen
  49. as this tends to confuse the Amiga.
  50.  
  51. This program was originally written for printing C source code, not
  52. to do much else. I would be interested in hearing of bugs or
  53. suggestions.
  54.                                         Stephen T. Whitlock
  55.  
  56.  
  57.