home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / videotlk.zip / SAMPLES / CAM / README < prev   
Text File  |  2000-05-24  |  1KB  |  48 lines

  1.  
  2. This zip contains some hacked together files that can be used to implement a
  3. simple webcam on an OS/2 platform.
  4.  
  5. 20-01-96   1:12a    141693         291  CAPTURE.EXE
  6. 8-01-97   7:08p      1573         3217  CRON.CMD
  7. 11-10-94   1:04p      4634           0  CRON.DOC
  8. 29-07-99   5:40p        20           0  CRONTAB
  9.  4-02-99   6:13p     38190          49  ftpput.EXE
  10. 29-07-99   5:42p        97           0  HOURLY.CMD
  11. 29-07-99   5:42p         0           0  readme
  12.  
  13.  
  14. capture.exe is the graphic capture program. It takes 3 parameters :
  15.  
  16.     capture wcast 1 filename.gif
  17.  
  18. ftpput.exe is a net utility for transferring a file using the ftp protocol. It
  19. takes 5 parameters :
  20.  
  21.     ftpput host-name user-name password -d directory filename.gif
  22.  
  23.  
  24. hourly.cmd is an example batch script to invoke capture and ftpput together.
  25.  
  26. cron*.* are the files used to implement crontab - read the text file cron.doc to
  27. find out how it works.
  28.  
  29. The crontab file contains a directive to invoke the hourly.cmd script once an
  30. hour at 1 minute past the hour.
  31.  
  32. All credit for the crontab solution goes to :
  33.  
  34. Jeroen Hoppenbrouwers (hoppie@kub.nl)
  35. Infolab, Tilburg University
  36. The Netherlands
  37.  
  38.  
  39.  
  40.  
  41.  
  42. All this stuff will be tidied up as and when I have some time. If someone wants
  43. to pay for this work to be done, it will be completed even quicker.
  44.  
  45.  
  46. Tim
  47. tim@wdi.co.uk
  48.