home *** CD-ROM | disk | FTP | other *** search
- /* 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||''';"'
-