home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
amiga
/
convrtrs
/
hp2xx104.lha
/
test.rexx
< prev
next >
Encoding:
Amiga
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
|
1992-09-24
|
165 b
|
8 lines
/* do.rexx */
file = "world1"
adress command
do i = 30 to 300 by 30
hp2xx " -m ilbm -w" i "-f " file"."i".ilbm " file".hpgl"
run display file"."i".ilbm"
end