home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / cca_112.zip / TIPS < prev    next >
Text File  |  2000-06-21  |  950b  |  25 lines

  1.  
  2. I have released some filters that were written to work with CCA. They
  3. may be downloaded from hobbes (http://hobbes.nmsu.edu).  Do a search
  4. for DHFILT and you should be able to find the latest version.
  5.  
  6. Filters are system utilities that intercept data from the standard input
  7. device (STDIN), process it, and send it to the standard output device
  8. (STDOUT). Filters can be used with a pipe. 
  9.  
  10. Here is an example of using CCA with a filter.
  11.  
  12. fclip2 | filter | toclip
  13.  
  14. You can perform this action from the WPS by creating a CMD file and
  15. putting the CMD file name in the program name field.
  16.  
  17.  
  18. If your PC is in a secure location, you can create a program object
  19. to insert a user name or password into the OS/2 clipboard. Just put
  20. toclip.exe in the program name field and the information to be pasted
  21. in the parameters field.  This will allow you to paste the information
  22. into Netscape to fill out a password or user name field.  
  23.  
  24.  
  25.