home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-21 | 873 b | 44 lines |
- .name
- Glue_K
- .type
- Workbench Tool
- .short
- Runs multiple programs from 1 icon
- .description
- Glue_K is a program that will make an icon that will run up to 13 programs
- from anywhere on your hard drive or floppy, when it is clicked.
- .version
- 1.0
- .author
- Kenneth J. McCormick
- .distribution
- Giftware
- .tested
- A1200 - MX1200 card with additional 8 megs ram and 120 meg H.D.
- 68020 and 6882 chips. Workbench 3.0.
-
- a500 - Supra with 4 megs installed and 1 meg video, 40 meg H.D.
- 68000 chip. Workbench 2.0.
- .docs
- GLUE.HELP
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- util/batch
- .execute
- set choice `RequestChoice "Glue_K" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool GLUE.HELP TEXT
- endif
-
- if $choice EQ "2"
- GLUE_K
- endif
-