home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 27
/
amigaformatcd27.iso
/
-websites-
/
phoenix
/
html
/
files-lha
/
mui38usr.lha
/
MUI
/
Rexx
/
WbMan.mrx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-07-13
|
314 b
|
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"