home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Misc
/
FATE-LIT.LZX
/
lit-amiga
/
arexx
/
size.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-10-29
|
207 b
|
11 lines
/* this example shows how check if there is enough room to copy */
OPTIONS RESULTS
ADDRESS LINKIT
GET TRANSFER_SIZE
A=RESULT
REMOTEREXX GET FREESTORE
IF A>RESULT THEN MESSAGE "Not enough free space!"
EXIT