home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-03 | 838 b | 51 lines |
- .name
- DCBack
- .type
- Link Library
- .aminet-dir
- dev/c
- .short
- Auto-detach link library for DICE
- .description
- DCBack.lib is a tiny link-library which allows you to write auto-detachable
- programs with DICE.
- .version
- 1.5
- .date
- 1993.04.22
- .author
- Jan van den Baard
- .requirements
- Requires OS2.x+
- .distribution
- Freeware
- .address
- Jan van den Baard
- Bakkerstraat 176
- 3082 HE, Rotterdam
- The Netherlands
- .email
- jaba@desert.wlink.nl
- .source
- Includes source in C and assembler
- .docs
- DCBack.DOC
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "DCBack" "Please select an option" "View Readme 1" "View Readme 2" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool DCBack.DOC TEXT
- endif
-
- if $choice EQ "2"
- MetaTool DCBack15.readme TEXT
- endif
-