home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga MA Magazine 1998 #7
/
amigamamagazinepolishissue1998.iso
/
polminet
/
inne
/
optycdplayer_upd
/
arexx
/
help.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-10-18
|
326b
|
16 lines
/*
** This script shows how to obtain the list of ARexx commands.
*/
options results
address 'OPTYCDPLAYER'
/* read the list into a temporary file */
'help t:_tmp'
/* type the file to stdout */
address command "type t:_tmp >con:////Rayvery/CLOSE/WAIT"
/* delete the temporary file */
address command "delete >nil: t:_tmp"