home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / tools / watch / product-info < prev    next >
Text File  |  1981-06-29  |  852b  |  47 lines

  1. .name
  2. Watch
  3. .type
  4. CLI Tool
  5. .short
  6. Run commands upon notification
  7. .description
  8. Watch is a shell command which enables you to watch files
  9. and directories and perform any shell command if the file/dir
  10. is changed.
  11. .version
  12. 1.0
  13. .date
  14. 1994.12.06
  15. .author
  16. Ludo Dyzers
  17. .requirements
  18. Requires AmigaDOS 2.0 (V36) or higher
  19. .distribution
  20. Freeware
  21. .address
  22. Broekhoven 18
  23. 2200 Morkhoven (Herentals)
  24. Belgium
  25. .exectype
  26. 68000
  27. .construction
  28. SAS/C 6.0+ with full optimization
  29. .tested
  30. A600,A3000,A4000 (68000,68030,68040), version V37
  31. trough V39 of system software. Found to be free 
  32. of Enforcer hits.
  33. .docs
  34. Watch.doc
  35. .submittal
  36. Submitted electronically directly by the author
  37. .aminet-dir
  38. disk/misc
  39. .execute
  40. set choice `RequestChoice "Watch" "Please select an option" "View Doc" "Cancel"`
  41. if $choice EQ "0"
  42.   quit 5
  43. endif
  44. if $choice EQ "1"
  45.   MetaTool Watch.doc TEXT
  46. endif
  47.