home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Mecomp Multimedia 1
/
Mecomp-CD.iso
/
amiga
/
tools
/
utillities
/
diskmaster
/
rexx
/
windowtest.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1997-04-19
|
246b
|
20 lines
/* $VER: WindowTest.rexx 2.0 (97-04-18) Rudolph Riedel */
OPTIONS RESULTS
parse arg Port
/*say Port*/
Address VALUE Port
do i=0 to 10
OpenW i i 10 10 "ram:"
Status W
String.i=Result
/*say String.i*/
end
do i=0 to 10
closew string.i
end