home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / misc / data2object / product-info < prev    next >
Encoding:
Text File  |  1995-10-05  |  956 b   |  48 lines

  1. .name
  2. Data2Object
  3. .aminet-dir
  4. dev/misc
  5. .type
  6. Programming Utility
  7. .short
  8. Makes ascii text file directly linkable
  9. .description
  10. Sometimes you want to have a large text file in your code.  For example a
  11. built-in helpfile.  d2o gives an easy way to do just that.  It takes the
  12. textfile as an argument and produces a standard object file.  Includes an
  13. option to force the data into chip ram for graphics and sound data.
  14. .version
  15. 1.3
  16. .date
  17. 1994.02.18
  18. .author
  19. Matthijs Luger
  20. .requirements
  21. Requires OS2.04+
  22. .reference
  23. FreshFish-Dec93:New/dev/misc/Data2Object/
  24. 1.1
  25. .email
  26. mluger@bio.vu.nl
  27. .docs
  28. Readme.txt
  29. d2o.doc
  30. .described-by
  31. Dan Fish (daf@starfish.amigalib.com)
  32. .submittal
  33. Downloaded via ftp from wuarchive.wustl.edu.
  34. .execute
  35. set choice `RequestChoice "Data2Object" "Please select an option" "View Readme" "View Doc" "Cancel"`
  36.  
  37. if $choice EQ "0"
  38.   quit 5
  39. endif
  40.  
  41. if $choice EQ "1"
  42.   MetaTool Readme.txt TEXT
  43. endif
  44.  
  45. if $choice EQ "2"
  46.   MetaTool d2o.doc TEXT
  47. endif
  48.