home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ACS 1997 #4
/
amigaacscoverdisc1997-041997.iso
/
w_acs_6'97
/
eagleplayer
/
installdata
/
arexxexamples.lha
/
EP_ScrollText.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-10-20
|
222b
|
16 lines
/* EaglePlayer-Arexxkommando - ScrollText */
parse arg scrollstr
address 'rexx_EP'
options results
status G mwi
if result == "no" then d0
say "Mainwindow must be opened before !"
end
else do
ScrollText scrollstr
end