home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d09xx
/
d0994.lha
/
JukeBox
/
addcd.jb
next >
Wrap
Text File
|
1994-04-05
|
355b
|
21 lines
/* append a new disc, edit catalog, open catalog */
/* (c) copyright 1992,93 by F.J. Reichert */
edit='sc:c/se' /* insert your favourite editor here */
options results;
catalog append;
if rc = 0 then do
save;
getattr project;
cat = result;
address command;
edit cat;
address;
open cat;
exit(0);
end
say 'error appending new disc';
exit(10);