home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 10 / Fresh_Fish_10_2352.bin / useful / disk / cdrom / amicdrom / product-info < prev   
Fred Fish's Product-Info  |  1995-08-25  |  2KB  |  88 lines

  1. .name
  2. AmiCDROM
  3. .aminet-dir
  4. disk/cdrom
  5. .type
  6. Disk Tool
  7. .short
  8. ISO-9660 standard CDROM filesystem
  9. .description
  10. AmiCDROM is a CDROM disk filing system for the Commodore Amiga.
  11. It supports the ISO-9660 standard, the Rock Ridge Interchange
  12. Protocol and the Macintosh HFS format.
  13.  
  14. The CDROM drive is mounted as a DOS device (e.g. CD0:).  You can
  15. access files and directories on a CDROM disk by the usual syntax,
  16. e.g. "type cd0:foo/readme.txt".
  17. .version
  18. 1.15
  19. .date
  20. 1994.11.03
  21. .author
  22. Frank Munkert
  23. .reference
  24. FreshFish-Nov94:New/disk/AmiCDROM/
  25. 1.13
  26. FreshFish-Sep94:BBS/disk/AmiCDROM-1.12.lha
  27. 1.12
  28. FreshFish-Sep94:New/disk/cdrom/AmiCDROM/
  29. 1.12
  30. FreshFish-Sep94:Useful/dist/disk/cdrom/AmiCDROM/
  31. 1.12
  32. FreshFish-Jul94:BBS/disk/AmiCDROM-1.11.lha
  33. 1.11
  34. FreshFish-Jul94:New/disk/cdrom/AmiCDROM/
  35. 1.11
  36. FreshFish-Jul94:Useful/dist/disk/cdrom/AmiCDROM/
  37. 1.11
  38. FreshFish-May94:BBS/May94/disk/cdrom/AmiCDROM.lha
  39. 1.10
  40. FreshFish-May94:New/disk/cdrom/AmiCDROM/
  41. 1.10
  42. FreshFish-May94:Useful/dist/disk/cdrom/AmiCDROM/
  43. 1.10
  44. FreshFish-Mar94:Useful/dist/disk/cdrom/AmiCDROM/
  45. 1.9
  46. FrozenFish-Apr94:BBS:Useful/disk/cdrom/AmiCDROM.lha
  47. 1.9
  48. GoldFish1-Apr94:BBS/d9xx/d935/AmiCDROM.lha
  49. 1.7
  50. GoldFish2-Apr94:d9xx/d935/AmiCDROM/
  51. 1.7
  52. FrozenFish-Apr94:BBS/ALib/d9xx/d935/AmiCDROM.lha
  53. 1.7
  54. FreshFish-Dec93:New/AmigaLibDisks/Disk935/AmiCDROM/
  55. 1.7
  56. AmigaLibDisk935:AmiCDROM/
  57. 1.7
  58. .distribution
  59. Copyrighted but Freely Redistributable
  60. .source
  61. Includes source in C and assembly.
  62. .email
  63. ln_fmu@pki-nbg.philips.de
  64. .docs
  65. AmiCDROM.guide
  66. AmiCDROM.readme
  67. .described-by
  68. Dan Fish (daf@daffy.amigalib.com)
  69. .submittal
  70. Downloaded via ftp from Aminet.
  71. .execute
  72. LAB start
  73. set choice `RequestChoice "AmiCDROM" "Please select an option" "View ReadMe" "View Guide" "Install AmiCDROM" "Cancel"`
  74. if $choice GT "0"
  75.   if $choice EQ "1"
  76.     MetaTool AmiCDROM.readme TEXT
  77.   else
  78.     if $choice EQ "2"
  79.       MetaTool AmiCDROM.guide GUIDE
  80.     else
  81.       if $choice EQ "3"
  82.         Installer AmiCDROM.Install APPNAME AmiCDROM NOPRINT NOPRETEND NOLOG MINUSER AVERAGE DEFUSER AVERAGE
  83.       endif
  84.     endif
  85.   endif
  86.   skip start BACK
  87. endif
  88.