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

  1. .name
  2. CManual
  3. .type
  4. Programmer Tool
  5. .short
  6. Amiga programming documents and examples
  7. .description
  8. A 5 disk distribution of one of the largest collections of documents,
  9. examples, and utilities in C for the Amiga.  It consists of six
  10. manuals, with more than 40 chapters, 175 fully executable examples
  11. complete with source code, and several utilities and other goodies.
  12.  
  13. The manuals describe how to open and work with Screens, Windows,
  14. Graphics, Gadgets, Requesters, Alerts, Menus, IDCMP, Sprites,
  15. VSprites, AmigaDOS, Low Level Graphics Routines, etc.  They also
  16. explain how to use your C Compiler and give you important information
  17. about how the Amiga works and how your programs should be designed.
  18. When unpacked, the manuals and examples nearly fill up twelve standard
  19. Amiga floppies.
  20. .version
  21. 3.0
  22. .date
  23. .author
  24. Anders Bjerin
  25. .restrictions
  26. .requirements
  27. .reference
  28. AmigaLibDisk695:CManual/
  29. 3.0
  30. AmigaLibDisk694:CManual/
  31. 3.0
  32. AmigaLibDisk693:CManual/
  33. 3.0
  34. AmigaLibDisk692:CManual/
  35. 3.0
  36. AmigaLibDisk691:CManual/
  37. 3.0
  38. AmigaLibDisk457:CManual/
  39. 2.0
  40. AmigaLibDisk456:CManual/
  41. 2.0
  42. AmigaLibDisk337:CManual/
  43. 1.0
  44. .keywords
  45. .distribution
  46. Copyrighted but Freely Redistributable
  47. .price
  48. .address
  49. .email
  50. .phone
  51. .fax
  52. .exectype
  53. .installsize
  54. .source
  55. .construction
  56. .tested
  57. .docs
  58. ReadMe.doc
  59. .described-by
  60. Fred Fish (fnf@fishpond.cygnus.com)
  61. .submittal
  62. Submitted on disk directly by the author.
  63. .execute
  64. set choice `RequestChoice "C Manual" "Please select an option" "README" "AUTHOR" "View Files" "Cancel"`
  65. if $choice EQ "0"
  66.   quit 5
  67. endif
  68.  
  69. if $choice EQ "1"
  70.   MetaTool ReadMe.doc TEXT
  71. endif
  72.  
  73. if $choice EQ "2"
  74.   MetaTool Author.pic ILBM
  75. endif
  76.  
  77. if $choice EQ "3"
  78.   set filechoice `RequestFile TITLE "Select Text File" PATTERN "~(#?.info)"`
  79.   set dirchoice `pathname $filechoice`
  80.   set filechoice `basename $filechoice`
  81.   failat 21
  82.   cd $dirchoice
  83.   MetaTool $filechoice TEXT
  84. endif
  85. .aminet-dir
  86. dev/c
  87.