home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 1
/
FFMCD01.bin
/
bbs
/
libdisks
/
d800t899
/
disk890.lha
/
FileRexx
/
FR-Test.rexx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1993-07-16
|
193 b
|
13 lines
/* FileRexx.test -- testskript für FileRex */
address FILEREXX
options results
'getfile file=ram:foobar'
say result
'getfile file=sys:devs/monitors/foobar VAR=MYVAR'
say myvar
/* 'quit' */