home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 2
/
goldfish_vol2_cd1.bin
/
files
/
comm
/
misc
/
avmnfax
/
rexx
/
record.avm
< prev
next >
Wrap
Text File
|
1994-06-24
|
437b
|
15 lines
/* */
parse upper arg server device file type compression .
if type = 'VOICE' then
if device = 'TELEPHONELINE' | device = 'EXTERNALMIC' | device = 'LOCALHANDSET' then
address rexx 'useBracket' server 'recordzyxel' server device file
else if device = 'AMIGA' then
address rexx 'recordamiga' compression file
else if device = 'IFF' then
address rexx 'loadiff' 'ram:save.iff' compression file
else if type = 'FAX' then
nop
exit