home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / f / filepr10.zip / FILEPR.DOC < prev    next >
Text File  |  1993-03-07  |  3KB  |  77 lines

  1.  
  2. General information on FILEPR.COM
  3.  
  4. FILEPR.COM is not freeware or public domain software. It is shareware. You
  5. may use FILEPR for a period of 30 days free of charge. After that time you
  6. should either register the software or stop using it.
  7.  
  8. A registration form may be printed by entering "FILEPR P REGISTER.FRM /L"
  9. at the command line prompt. Please complete the form and mail along with a
  10. check or money order (no cash please) to:
  11.                  My House BBS Inc.
  12.                  Sam Watson
  13.                  419 Falcon Ridge Way
  14.                  Bolingbrook, Il 60440-2173
  15.  
  16. If you encounter any problems you can contact me at the address shown above
  17. or by calling My House BBS at <708>739-9355.
  18.  
  19.  
  20.  
  21. The Program
  22.  
  23. Welcome to FILEPR. This program will print out information to the printer,
  24. screen or both the screen and printer. Its design is such that it can be
  25. run from a batch file or the command line. This will allow you to print out
  26. a listing of a file (such as some type of log file) keeping a hard copy of
  27. a file that is to be deleted.
  28.  
  29. The COMMAND LINE format is:
  30.  
  31.  FILEPR ?    - This will print out instructions
  32.  FILEPR /R   - This will allow you to enter registration information
  33.  FILEPR out [disk][path]filename.ext [/switch]
  34.  
  35.   out          - Mandatory and placement sensitive
  36.                   S = screen output
  37.                   P = printer output
  38.                   B = both screen and printer output
  39.   [disk]       - Optional disk (C:)
  40.   [path]       - Optional path (\dos\)
  41.   filename.ext - Mandatory filename and extension to output
  42.   [/switch]    - Optional switches
  43.                  Sw   Function
  44.                   ?   This causes instructions to be printed.
  45.                   D   This will cause the file to be deleted after it
  46.                       is printed. Caution there are no warnings.
  47.                   F   This will cause a FF on the printer or CLS on
  48.                       Screen prior to printing
  49.                   L   This will cause a FF on the printer after printing
  50.                   P   This will cause the screen to pause every 20 lines.
  51.                   R   This will allow you to enter your registration
  52.                       information.
  53.  
  54.  
  55. Examples:
  56.   FILEPR B C:\AUTOEXEC.BAT /L      This will print out to the screen and
  57.                                    the printer the AUTOEXEC.BAT file found
  58.                                    in the root directory of drive C: and
  59.                                    will form feed the printer when done.
  60.  
  61.   FILEPR S B:\GAMES\RALLYE.DOC /F  This will print to the screen a file
  62.                                    called RALLYE.DOC located on drive B:
  63.                                    directory \GAMES. The screen will clear
  64.                                    before printing starts.
  65.  
  66.   FILEPR P TRAFFIC.LOG /D /F       This will print to the printer a file
  67.                                    called TRAFFIC.LOG. The paper in the
  68.                                    printer will form feed before printing.
  69.                                    After the file is printed it will be
  70.                                    deleted.
  71.  
  72.  
  73. Errors:
  74.  
  75. If errors are encountered they will be listed to the screen and saved to the
  76. disk in a file ERROR.TXT. The program will not execute.
  77.