home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / dev / c / rkrm / product-info next >
Encoding:
Fred Fish's Product-Info  |  1995-10-03  |  1.1 KB  |  62 lines

  1. .name
  2. RKRM
  3. .type
  4. Programmer Tool
  5. .short
  6. Source and executables from 3rd ed. RKM
  7. .description
  8. A distribution of complete source code and executables of all the
  9. examples in the third edition Amiga ROM Kernel Reference Manuals,
  10. published by Addison-Wesley.
  11. .version
  12. ?.?
  13. .date
  14. .author
  15. Commodore CATS
  16. .restrictions
  17. .requirements
  18. .reference
  19. AmigaLibDisk741:RKRM_Devices/
  20. ?.?
  21. AmigaLibDisk741:RKRM_Lib1/
  22. ?.?
  23. AmigaLibDisk741:RKRM_Lib2/
  24. ?.?
  25. AmigaLibDisk741:RKRM_Lib3/
  26. ?.?
  27. .keywords
  28. .distribution
  29. Copyrighted but Freely Redistributable
  30. .price
  31. .address
  32. .email
  33. .phone
  34. .fax
  35. .exectype
  36. .installsize
  37. .source
  38. .construction
  39. .tested
  40. .docs
  41. .described-by
  42. Fred Fish (fnf@amigalib.com)
  43. .submittal
  44. Submitted on disk directly by the author.
  45. .execute
  46. set choice `RequestChoice "RKRM" "Please select an option" "View Files" "Cancel"`
  47. if $choice EQ "0"
  48.   quit 5
  49. endif
  50.  
  51. if $choice EQ "1"
  52.   set filechoice `RequestFile TITLE "Select File" PATTERN "~(#?.info)"`
  53.   set dirchoice `pathname $filechoice`
  54.   set filechoice `basename $filechoice`
  55.   failat 21
  56.   cd $dirchoice
  57.   MetaTool $filechoice TEXT
  58. endif
  59. endif
  60. .aminet-dir
  61. dev/c
  62.