home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / cca_112.zip / CCA_112.DOC < prev    next >
Text File  |  2000-06-20  |  4KB  |  111 lines

  1. Command line Clipboard Access 1.12
  2.  
  3. The Command line Clipboard Access (CCA) programs are a set of
  4. shareware programs that allow the OS/2 user to access the OS/2
  5. clipboard from the command line in a full screen or windowed
  6. OS/2 session.
  7.  
  8. These programs do not make any changes to the OS/2 INI files or create
  9. any additional files on your hard drives.  To install them, just copy
  10. the two executable files to a directory in your OS/2 search path.
  11.  
  12. The access to the OS/2 clipboard is limited to ONE process at a time.
  13. Thus you need to make certain that no other program is accessing the
  14. clipboard when you run either program.  Also, you need to wait until
  15. they have completed until you try to access the clipboard with another
  16. program.  
  17.  
  18.  
  19. The shareware version of these programs are fully functional, but they
  20. add an identification line to the clipboard text.
  21.  
  22. When ToClip puts text into the OS/2 clipboard, it first inserts the 
  23. following line.
  24.  
  25. "CCA Registration removes this line"
  26.  
  27. When FClip2 gets text from the OS/2 clipboard, it appends the 
  28. following line to the end of the text.
  29.  
  30. "CCA Registration removes this line"
  31.  
  32. The registered versions do not add the lines.
  33.  
  34.  
  35. Program descriptions:
  36.  
  37. toclip.exe  - puts text into the OS/2 clipboard via redirection
  38.         or a pipe from the command line.  If it is executed without
  39.         any arguments, it assumes you are going to type the text and
  40.         will accept text until you enter a control-Z and a newline.
  41.         If you enter a text string as a command line arugment, the
  42.         string will be copied to the clipboard. If the string
  43.         contains blanks, you must enclose it in quotation marks. The
  44.         quotation marks will be stripped before the text is put into
  45.         the OS/2 clipboard.  
  46.  
  47. toclip2.exe - performs the same function as toclip.exe, but it
  48.         handles the new line chararacter pair differently. It may
  49.         function better with some applications.
  50.  
  51.  
  52. examples:
  53.         dir /b | toclip
  54.         toclip < file
  55.         toclip "This line will be put into the OS/2 clipboard"
  56.  
  57.  
  58. fclip2.exe  - gets text from the command OS/2 clipboard and routes
  59.         it to stdout. Thus you can redirect or pipe the output of
  60.         this utility. 
  61.  
  62. examples:
  63.         fclip2 > file
  64.         fclip2 | program
  65.  
  66. pmclip.cb - A Brief macro to allow the OS/2 version of Brief to access
  67.         the OS/2 clipboard with CCA.  
  68.  
  69. boxer.txt - Boxer/OS2 macros to allow Boxer/OS2 users to access the
  70.             the OS/2 clipboard with CCA
  71.  
  72.  
  73. How to Register:
  74.  
  75. There are two places to register Command line Clipboard Access. 
  76. Through BMT Micro and directly with the author.  Either way,
  77. normal distribution is via download with a web browser. BMT Micro
  78. will mail the program on a floppy disk for an additional fee.
  79.  
  80. Registration covers all 1.xx versions of Command line Clipboard Access.
  81.  
  82.  
  83. Registration through BMT Micro:
  84.  
  85. BMT Micro will accept credit cards and may be more convenient for
  86. OS/2 users outside the United States.  BMT Micro's price to register
  87. Command line Clipboard Access is $12.00 (US Dollars).  Normal
  88. distribution is via download with a web browser, but BMT Micro will
  89. mail the program on a floppy disk for an additional fee.  
  90.  
  91.  
  92. Direct registration:
  93.  
  94. Stuff small bills, gold coins, diamonds or even checks (US banks
  95. only, please) valued at $10.00 (US dollars) into an envelope and mail
  96. to:
  97.  
  98. Don Hawkinson
  99. 4555 N Hillcrest
  100. Wichita KS, 67220-3832
  101. USA
  102.  
  103. Or you can use PayPal and send $10 (US Dollars) to
  104. dwhawk@southwind.net
  105.  
  106.  
  107. Be sure to include an email address so I can send you the
  108. instructions for downloading the registered version.   
  109.  
  110.  
  111.