home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / c / dcback / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-03  |  838 b   |  51 lines

  1. .name
  2. DCBack
  3. .type
  4. Link Library
  5. .aminet-dir
  6. dev/c
  7. .short
  8. Auto-detach link library for DICE
  9. .description
  10. DCBack.lib is a tiny link-library which allows you to write auto-detachable
  11. programs with DICE.
  12. .version
  13. 1.5
  14. .date
  15. 1993.04.22
  16. .author
  17. Jan van den Baard
  18. .requirements
  19. Requires OS2.x+
  20. .distribution
  21. Freeware
  22. .address
  23. Jan van den Baard
  24. Bakkerstraat 176
  25. 3082 HE, Rotterdam
  26. The Netherlands
  27. .email
  28. jaba@desert.wlink.nl
  29. .source
  30. Includes source in C and assembler
  31. .docs
  32. DCBack.DOC
  33. .described-by
  34. Dan Fish (daf@starfish.amigalib.com)
  35. .submittal
  36. Downloaded via ftp from wuarchive.wustl.edu.
  37. .execute
  38. set choice `RequestChoice "DCBack" "Please select an option" "View Readme 1" "View Readme 2" "Cancel"`
  39.  
  40. if $choice EQ "0"
  41.   quit 5
  42. endif
  43.  
  44. if $choice EQ "1"
  45.   MetaTool DCBack.DOC TEXT
  46. endif
  47.  
  48. if $choice EQ "2"
  49.   MetaTool DCBack15.readme TEXT
  50. endif
  51.