home *** CD-ROM | disk | FTP | other *** search
/ Computerworld 1996 March / Computerworld_1996-03_cd.bin / idg_cd3 / nastroje / clipbrd / clipca14 / clipcap.doc next >
Text File  |  1996-02-14  |  4KB  |  88 lines

  1. CLIPCAP - Windows Clipboard capture for DOS
  2. -------------------------------------------
  3. Version 1.41 - February 20, 1995
  4. Copyright (c) 1993, Brian Sawert
  5.  
  6.  
  7.  
  8. Purpose:    CLIPCAP.EXE is a DOS filter program that captures the
  9.             DOS standard output and copies it to the Windows
  10.             clipboard.  CLIPCAP is run from within a Windows DOS
  11.             box or from the Windows command line.  CLIPCAP behaves
  12.             like the DOS MORE command, taking its input from
  13.             redirected DOS program output or a redirected text
  14.             file.
  15.  
  16. Usage:      [command |] CLIPCAP [/c+ | /c-] [/q] [< file]
  17.  
  18. Options:    The /c+ option adds a carriage return to each line feed
  19.             character in the captured output.  The standard output
  20.             ends each line with a single line feed.  This option
  21.             terminates each line with a carriage return / line feed
  22.             combination.  (Use this option if you plan to paste
  23.             from the clipboard into Windows Notepad.)
  24.  
  25.             The /c- option strips carriage returns from the captured
  26.             output.  This option terminates each line with a line
  27.             feed only.
  28.  
  29.             The /q option suppresses output messages.
  30.  
  31. Examples:   MYPROG | CLIPCAP
  32.  
  33.             copies the output from the DOS program MYPROG to the
  34.             Windows clipboard.
  35.                                 
  36.             CLIPCAP < TEXT.DOC
  37.                 
  38.             copies the contents of the file "TEXT.DOC" to the
  39.             Windows clipboard.
  40.                 
  41.             CLIPCAP
  42.  
  43.             copies the user's typed input, terminated by a
  44.             CONTROL-Z (F6), to the Windows clipboard.
  45.  
  46.  
  47. Notes:      CLIPCAP runs from the DOS prompt under Windows 3.0 or
  48.             above.  Windows must run in 386 Enhanced mode for the
  49.             clipboard to be available to DOS programs.  Since the
  50.             clipboard is shared among other Windows programs, you
  51.             may occasionally get a message that the clipboard is not
  52.             available.
  53.  
  54.  
  55.             CLIPCAP captures only text output or files.  Binary
  56.             data is not supported.
  57.  
  58.             The Windows command line (the Run...  option under the
  59.             Program Manager File menu) does not support output
  60.             redirection.  To run CLIPCAP from the command line,
  61.             you must invoke the DOS command processor.  For
  62.             example,
  63.                 
  64.             COMMAND /C MYPROG | CLIPCAP
  65.                         
  66.             runs COMMAND.COM to properly redirect the output from
  67.             the MYPROG program to CLIPCAP.  If you run a batch
  68.             file containing a CLIPCAP command, you do not need
  69.             this special syntax.
  70.                 
  71.             When viewing captured output in the Windows clipboard,
  72.             set the display options to "OEM Text" for best
  73.             results.
  74.  
  75.             CLIPCAP is copyrighted free software.  You may use it
  76.             and pass it on without charge, but please include the
  77.             documentation file if you make copies of the program.
  78.                 
  79.             If you find CLIPCAP useful, or have any questions or
  80.             suggestions, please feel free to contact the author by
  81.             mail or e-mail.
  82.  
  83.                      Brian Sawert
  84.                      1109 S. Plaza Way #427
  85.                      Flagstaff, AZ 86001
  86.                      Compuserve:  72027, 2143
  87.                      Internet:  bsawert@primenet.com
  88.