home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1996-09-27 | 790 b | 47 lines |
- .name
- ModPack
- .type
- Compression
- .short
- Packs soudtracker-modules
- .description
- This little assembler-program packs soudtracker-modules together with a
- file containing additional information into an LHA-archive.
- .version
- 1.4b
- .date
- 1994.09.14
- .author
- Mike Coenen
- .requirements
- OS2.04
- LHa
- .distribution
- Freeware
- .address
- Kleestr. 10
- D-31655 Stadthagen
- Germany
- .docs
- ModPack.changes
- ModPack.doc
- .described-by
- Richard Fish (rjf@amigalib.com)
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- util/arc
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Run Program" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool ModPack.doc TEXT
- else
- if $choice EQ "2"
- ModPack
- endif
- endif
- skip Start BACK
- endif
-