home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / batch / gluekv10 / product-info < prev   
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  873 b   |  44 lines

  1. .name
  2. Glue_K
  3. .type
  4. Workbench Tool
  5. .short
  6. Runs multiple programs from 1 icon
  7. .description
  8. Glue_K is a program that will make an icon that will run up to 13 programs
  9. from anywhere on your hard drive or floppy, when it is clicked.
  10. .version
  11. 1.0
  12. .author
  13. Kenneth J. McCormick
  14. .distribution
  15. Giftware
  16. .tested
  17. A1200 - MX1200 card with additional 8 megs ram and 120 meg H.D.
  18.         68020 and 6882 chips. Workbench 3.0.
  19.  
  20. a500  - Supra with 4 megs installed and 1 meg video, 40 meg H.D.
  21.         68000 chip. Workbench 2.0.
  22. .docs
  23. GLUE.HELP
  24. .described-by
  25. Richard Fish (rjf@amigalib.com)
  26. .submittal
  27. Submitted on disk directly by the author.
  28. .aminet-dir
  29. util/batch
  30. .execute
  31. set choice `RequestChoice "Glue_K" "Please select an option" "View Doc" "Run Program" "Cancel"`
  32.  
  33. if $choice EQ "0"
  34.   quit 5
  35. endif
  36.  
  37. if $choice EQ "1"
  38.   MetaTool GLUE.HELP TEXT
  39. endif
  40.  
  41. if $choice EQ "2"
  42.   GLUE_K
  43. endif
  44.