home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / biz / dbase / afile / product-info < prev   
Text File  |  1995-09-26  |  2KB  |  96 lines

  1. .name
  2. AFile
  3. .type
  4. Database
  5. .short
  6. A datafile manager
  7. .description
  8. AFile is a data file manager, that is a tool which lets you create and
  9. manager your files (addresses, video collections, clients, ...) using an
  10. Intuition interface. There is no limitation to the number of fields or
  11. records. The program offers the standard printing, sorting, and importing/
  12. exporting functions.
  13.  
  14. AFile uses AREXX as it's programming language.  You can create full input
  15. masks with background picture, field positioning, checking of entered data,
  16. menus and printing customization.
  17. .version
  18. 4.03
  19. .date
  20. 1995.05.21
  21. .author
  22. Denis Gounelle
  23. .reference
  24. FreshFish-Vol9-1/New/biz/dbase/AFile/
  25. 4.01
  26. FreshFish-Vol9-2/BBS/biz/AFile-4.01.lha
  27. 4.01
  28. GoldFish-Vol2-2:BBS/biz/AFile-3.30.lha
  29. 3.30
  30. GoldFish-Vol2-1:Files/biz/dbase/AFile/
  31. 3.30
  32. FreshFish-Vol8-2:BBS/biz/AFile-3.30.lha
  33. 3.30
  34. FreshFish-Vol8-1:New/biz/dbase/AFile/
  35. 3.30
  36. FreshFish-Vol5:New/biz/dbase/AFile/
  37. 3.12
  38. FreshFish-Vol5:BBS/biz/AFile-3.12.lha
  39. 3.12
  40. FreshFish-Vol4:New/biz/dbase/AFile/
  41. 2.21
  42. FreshFish-Vol4:BBS/May94/biz/dbase/AFile.lha
  43. 2.21
  44. FrozenFish-Vol1:BBS/Dec93/biz/dbase/AFile.lha
  45. 1.4
  46. FreshFish-Vol3:Old/Dec93/biz/dbase/AFile/
  47. 1.4
  48. FreshFish-Vol2:New/biz/dbase/AFile/
  49. 1.4
  50. .requirements
  51. Kickstart V36 or greater
  52. .distribution
  53. Freeware
  54. .address
  55. 27, rue Jules GUESDE
  56. 45400 FLEURY-LES-AUBRAIS
  57. FRANCE
  58. .email
  59. gounelle@alphanet.ch
  60. .installsize
  61. 80K
  62. .docs
  63. Docs/AFile.dvi
  64. Docs/AFile.guide
  65. Docs/AFileEnglish.dvi
  66. Docs/AFileEnglish.guide
  67. .described-by
  68. Denis Gounelle (gounelle@alphanet.ch)
  69. .execute
  70. set choice `RequestChoice "AFile" "Please select an option" "View French Guide" "View English Guide" "Install" "Run" "Cancel"`
  71. if $choice EQ "0"
  72.   quit 5
  73. endif
  74.  
  75. if $choice EQ "1"
  76.   cd docs/
  77.   metatool AFile.guide GUIDE
  78.   cd /
  79. endif
  80.  
  81. if $choice EQ "2"
  82.   cd docs/
  83.   metatool AFileEnglish.guide GUIDE
  84.   cd /
  85. endif
  86.  
  87. if $choice EQ "3"
  88.   installer InstallAFile APPNAME AFile MINUSER average
  89. endif
  90.  
  91. if $choice EQ "4"
  92.   AFile
  93. endif
  94. .aminet-dir
  95. biz/dbase
  96.