home *** CD-ROM | disk | FTP | other *** search
- .name
- Data2Object
- .aminet-dir
- dev/misc
- .type
- Programming Utility
- .short
- Makes ascii text file directly linkable
- .description
- Sometimes you want to have a large text file in your code. For example a
- built-in helpfile. d2o gives an easy way to do just that. It takes the
- textfile as an argument and produces a standard object file. Includes an
- option to force the data into chip ram for graphics and sound data.
- .version
- 1.3
- .date
- 1994.02.18
- .author
- Matthijs Luger
- .requirements
- Requires OS2.04+
- .reference
- FreshFish-Dec93:New/dev/misc/Data2Object/
- 1.1
- .email
- mluger@bio.vu.nl
- .docs
- Readme.txt
- d2o.doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- set choice `RequestChoice "Data2Object" "Please select an option" "View Readme" "View Doc" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool Readme.txt TEXT
- endif
-
- if $choice EQ "2"
- MetaTool d2o.doc TEXT
- endif
-