home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Global Amiga Experience
/
globalamigaexperience.iso
/
compressed
/
utilities
/
irmasterdemo.lha
/
IR-Slave132
/
ARexx
/
ARexx-Demo.rexx
next >
Wrap
OS/2 REXX Batch file
|
1994-09-15
|
214b
|
12 lines
/*
* Demo-Arexx-Script for the IR-Slave
*/
options results
address command
'say "No I am executing an arexx script..."'
'requestchoice BODY="ARexx-Script started!" TITLE="IR-Slave-Command" GADGETS="OK"'
exit