home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
disk
/
cdrom
/
amicdrom
/
product-info
< prev
Wrap
Fred Fish's Product-Info
|
1995-08-25
|
2KB
|
88 lines
.name
AmiCDROM
.aminet-dir
disk/cdrom
.type
Disk Tool
.short
ISO-9660 standard CDROM filesystem
.description
AmiCDROM is a CDROM disk filing system for the Commodore Amiga.
It supports the ISO-9660 standard, the Rock Ridge Interchange
Protocol and the Macintosh HFS format.
The CDROM drive is mounted as a DOS device (e.g. CD0:). You can
access files and directories on a CDROM disk by the usual syntax,
e.g. "type cd0:foo/readme.txt".
.version
1.15
.date
1994.11.03
.author
Frank Munkert
.reference
FreshFish-Nov94:New/disk/AmiCDROM/
1.13
FreshFish-Sep94:BBS/disk/AmiCDROM-1.12.lha
1.12
FreshFish-Sep94:New/disk/cdrom/AmiCDROM/
1.12
FreshFish-Sep94:Useful/dist/disk/cdrom/AmiCDROM/
1.12
FreshFish-Jul94:BBS/disk/AmiCDROM-1.11.lha
1.11
FreshFish-Jul94:New/disk/cdrom/AmiCDROM/
1.11
FreshFish-Jul94:Useful/dist/disk/cdrom/AmiCDROM/
1.11
FreshFish-May94:BBS/May94/disk/cdrom/AmiCDROM.lha
1.10
FreshFish-May94:New/disk/cdrom/AmiCDROM/
1.10
FreshFish-May94:Useful/dist/disk/cdrom/AmiCDROM/
1.10
FreshFish-Mar94:Useful/dist/disk/cdrom/AmiCDROM/
1.9
FrozenFish-Apr94:BBS:Useful/disk/cdrom/AmiCDROM.lha
1.9
GoldFish1-Apr94:BBS/d9xx/d935/AmiCDROM.lha
1.7
GoldFish2-Apr94:d9xx/d935/AmiCDROM/
1.7
FrozenFish-Apr94:BBS/ALib/d9xx/d935/AmiCDROM.lha
1.7
FreshFish-Dec93:New/AmigaLibDisks/Disk935/AmiCDROM/
1.7
AmigaLibDisk935:AmiCDROM/
1.7
.distribution
Copyrighted but Freely Redistributable
.source
Includes source in C and assembly.
.email
ln_fmu@pki-nbg.philips.de
.docs
AmiCDROM.guide
AmiCDROM.readme
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from Aminet.
.execute
LAB start
set choice `RequestChoice "AmiCDROM" "Please select an option" "View ReadMe" "View Guide" "Install AmiCDROM" "Cancel"`
if $choice GT "0"
if $choice EQ "1"
MetaTool AmiCDROM.readme TEXT
else
if $choice EQ "2"
MetaTool AmiCDROM.guide GUIDE
else
if $choice EQ "3"
Installer AmiCDROM.Install APPNAME AmiCDROM NOPRINT NOPRETEND NOLOG MINUSER AVERAGE DEFUSER AVERAGE
endif
endif
endif
skip start BACK
endif