home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / wb / qdisk / product-info next >
Encoding:
Fred Fish's Product-Info  |  1995-10-23  |  1.2 KB  |  66 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. QDisk
  6. .type
  7. Workbench Tool
  8. .short
  9. WorkBench utility to monitor space usage
  10. .description
  11. A WorkBench utility that will monitor the space usage of any mounted
  12. AMIGA DOS volume, like your hard drive or your floppy drive.  QDisk
  13. will also notify you if a volume becomes too full.  Comes with a
  14. preference editor to customize QDisk to your needs.
  15. .version
  16. 2.11
  17. .author
  18. Norman Baccari
  19. .requirements
  20. Requires WB 2.04 or later.
  21. .reference
  22. FreshFish-May94:New/util/wb/QDisk/
  23. 2.10
  24. AmigaLibDisk971:QDisk/
  25. 2.01
  26. AmigaLibDisk903:QDisk/
  27. 1.1
  28. AmigaLibDisk853:QDisk/
  29. 1.0
  30. .distribution
  31. Freeware
  32. .address
  33. ALGONQUIN SOFTWARE
  34. 35 Walmer Road, Suite 201
  35. Toronto, Ontario
  36. CANADA  M5R 2X3
  37. .email
  38. normb@gpu.utcc.utoronto.ca
  39. .docs
  40. QDisk.doc
  41. QDisk.guide
  42. .described-by
  43. Norman Baccari
  44. .submittal
  45. Downloaded via ftp from wuarchive.wustl.edu.
  46. .aminet-dir
  47. util/wb
  48. .execute
  49. set choice `RequestChoice "QDisk" "Please select an option" "View Doc" "View Guide" "Run Program" "Cancel"`
  50.  
  51. if $choice EQ "0"
  52.   quit 5
  53. endif
  54.  
  55. if $choice EQ "1"
  56.   MetaTool QDisk.doc TEXT
  57. endif
  58.  
  59. if $choice EQ "2"
  60.   MetaTool QDisk.guide GUIDE
  61. endif
  62.  
  63. if $choice EQ "3"
  64.   QDisk
  65. endif
  66.