home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-23 | 1.1 KB | 62 lines |
- .name
- StartWindow
- .type
- Workbench Tool
- .short
- Small tool helping to run programs.
- .description
- StartWindow2 is a small tool helping to run programs. It is the
- update of StartWindow1.1
- .version
- 2
- .author
- Heinz Reinert
- .requirements
- OS 2.0+
- .reference
- AmigaLibDisks/d9xx/d979/StartWindow/
- ?.?
- FreshFish-Vol4/BBS/AmigaLib/d979/StartWindow.lha
- ?.?
- FreshFish-Vol4/New/AmigaLibDisks/d979/StartWindow/
- ?.?
- FrozenFish-Vol1/BBS/ALib/d9xx/d979/StartWindow.lha
- ?.?
- GoldFish-Vol1-1/BBS/d9xx/d979/StartWindow.lha
- ?.?
- GoldFish-Vol1-2/d9xx/d979/StartWindow/
- ?.?
- .distribution
- Copyrighted but Freely Redistributable
- .address
- Orleansstr. 55
- D-31135 Hildesheim
- Germany
- .docs
- StartWindow.Lesen
- StartWindow.Readme
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- util/wb
- .execute
- set choice `RequestChoice "StartWindow" "Please select an option" "View Readme" "View Lesen" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool StartWindow.Readme TEXT
- endif
-
- if $choice EQ "2"
- MetaTool StartWindow.Lesen TEXT
- endif
-
- if $choice EQ "3"
- StartWindow
- endif
-