home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
CD32
/
CJ-2CD32.DMS
/
in.adf
/
Jukebox.lha
/
addcd.jb
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-12-10
|
256 b
|
12 lines
/* append one disc, edit catalog, open catalog */
catalog append;
save;
options results;
getattr project;
cat = result;
getattr portname;
port = result;
address command;
'ed -s '|| '"' || cat || '"'
'rx "address '''||port||'''; open force '''||cat||''';"'