ArcDir
The lister request command provides the same capability
as the dopus request command, the difference being that
the requester will open over the specified lister.
Example:
/* ListerRequest.dopus5 */
options results
address 'DOPUS.1'
lister new "SYS:"
handle = result
lister wait handle
lister request handle '"I am positioned over a lister" OK'
lister close handle
exit
|