home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / LASEIT33.ZIP / LASEIT.DOC < prev    next >
Encoding:
Text File  |  1989-09-07  |  1.9 KB  |  43 lines

  1. LASEIT 3.30 - Copyright (C) 1987 by Rich Leggitt
  2.  
  3. Usage: LASEIT filespec [options]
  4. Wildcards are legal in the filespec. NOTE: If filespec is '.', LASEIT will
  5. setup options marked with '*' and return to DOS.
  6.  
  7. Any or all of these options can be used:
  8.   -Anumber ... print Alternate pages, 1 for even pages, 2 for odd pages.
  9.   -Bnumber ... page number to Begin print on, default is page 1.
  10. * -Cnumber ... Characters per line, default is 80.
  11.   -Enumber ... page number to End print on, default is page 32767.
  12.   -H"string" . string to print as page Header, default is "" (header off).
  13. * -Lnumber ... Lines per page, default is 66.
  14. * -Mnumber ... spaces in left Margin, default is 0.
  15. * -Nnumber ... Number of copies to make of each page, default is 1.
  16.   -Onumber ... Output printer number. Default is 1 (LPT1:).
  17. * -S ......... print each page Sideways.
  18.   -T"string" . string to print as page Trailer, default is "" (trailer off).
  19.   -V ......... Verify each file before printing, useful with wildcards.
  20.   -Xnumber.... spaces in tab eXpansion, 0 passes tabs unchanged. Default is 8.
  21.  
  22. Example: LASEIT filespec -B1 -C80 -E32767 -H"" -L66 -M0 -N1 -T"" -X8
  23. This is the same as using LASEIT with no options, since these are the defaults.
  24.  
  25. These macros can be used when defining header and trailer strings:
  26.   \F for the current file name  \N for the current page number.
  27.   \D for the system date        \T for the system time.
  28.   \C anywhere in the string causes it to be centered.
  29.  
  30. Examples: -H"File is \F, printed on \D at \T" <- show file and print date & time
  31.           -T"\CPage \N" <- number each page
  32.  
  33. This program was developed as SHAREWARE, and took about 400 hours
  34. to design, develop, and debug. If you use LASEIT often, please show
  35. your support by sending $25.00 to:
  36.  
  37. Rich Leggitt
  38. PO Box 6607
  39. Salinas, Ca. 93912-6607
  40.  
  41. If you have questions or suggestions, I may be contacted through
  42. the WESTLOG BBS (408)-394-6234.
  43.