home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / misc / gold03.lzh / GF_003 / CMD / CMD.DOC < prev    next >
Text File  |  1991-04-28  |  3KB  |  63 lines

  1. TITLE:  Cmd.uu v4  - Redirects serial or parallel to file
  2.  
  3.    For those of you who have asked for the ability to capture printer
  4. output in a file...
  5.  
  6.    Cmd redirects serial.device or parallel.device output to a file.
  7. This allows you to capture the printer output of many applications
  8. (including screen dumps) in a file.
  9.  
  10.    Cmd version 4 includes changes which allow Cmd to work with the
  11. HPLaser drivers which PWrite during a Forbid in their Close logic
  12. to print and eject the last sheet.
  13.  
  14. CLI Usage: [run] Cmd [-s] [-m] [-n] parallel|serial filename
  15.            (or  Cmd ?  for help)
  16.  
  17.   Example: run Cmd -m -n parallel ram:pfile
  18.            To end a multiple (-m) Cmd, CTRL-C, or use BREAK if run
  19.  
  20. Workbench: Just double click.  All args specified in .info ToolTypes.
  21.               Workbench defaults:
  22.                  DEVICE=parallel
  23.                  FILE=ram:CMD_file
  24.                  SKIP=FALSE
  25.                  MULTIPLE=FALSE
  26.                  NOTIFY=FALSE
  27.            To end a MULTIPLE Cmd, double-click CMD again
  28.  
  29. Options (CLI or Workbench ToolTypes):
  30.  
  31.    -s (ToolTypes: SKIP=TRUE)
  32.  
  33.       If the -s (SKIP) option is specified, Cmd will ignore an initial
  34.       short (less than 8 bytes) write to the device and not save that
  35.       write in the file.  This option is useful when capturing a
  36.       screen dump because most of our drivers currently send a Reset
  37.       string to the printer before the dump.  The driver then delays
  38.       so that subsequent data sent is not lost.  When the dump is
  39.       captured in a file, this programmatic delay is lost and the
  40.       following bytes are endangered by the reset.  In most cases,
  41.       this option should prevent the Reset string from being stored
  42.       in the Cmd file.  You should be able to copy the resulting file
  43.       directly to PAR: (or SER:) for a quick dump.
  44.  
  45.    -m (Tooltypes: MULTIPLE=TRUE)
  46.  
  47.       If the -m (MULTIPLE) option is not specified, the file is closed
  48.       and the redirection removed when the device is closed by the
  49.       application.  With the -m option, Cmd remains installed and
  50.       opens a new file (with .n extension) each time the device is
  51.       opened.
  52.  
  53.    -n (Tooltypes: NOTIFY=TRUE)
  54.  
  55.       The -n (NOTIFY) option causes output of progress messages about
  56.       the redirection.  I like noisy utilities but many others don't,
  57.       so it's an option. 
  58.  
  59.  
  60. Cmd - Copyright (c) 1987 Commodore Business Machines - All Rights Reserved
  61. This program may be freely non-commercially redistributed.
  62. Only warranty is works fine for me --- Carolyn Scheppner
  63.