home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 3
/
Merciful_Release_3.bin
/
software
/
m
/
magicuserinterfacev3.5.dms
/
magicuserinterfacev3.5.adf
/
muipack.lzx
/
Rexx
/
WbMan.mrx
< prev
next >
Wrap
Text File
|
2004-10-20
|
314b
|
23 lines
/*
** This script shows how to obtain a list
** of an applications ARexx commands.
*/
options results
address 'WBMAN'
/* read the list into a temporary file */
'help t:_tmp'
/* type the file to stdout */
address command "type t:_tmp"
/* delete the temporary file */
address command "delete >nil: t:_tmp"