#RexxMast paths
29-Oct-94 06:14:19
Sb: #43554-#RexxMast paths
Fm: Bill Hawes 72230,267
To: Arnie Cachelin 71332,3717
Arnie,
I can offer a couple of comments, though I'm not sure I understand what problem
you're having. ARexx path searching doesn't work with DOS multi-assigns, as it
first obtains a lock on a search directory and then generates the names to look
for relative to that lock. If you have our PathHandler utility (from WShell),
you can build multi-apth REXX: directories. Otherwise, the directories ARexx
searches in will be the current directory of the client process and the REXX:
directory.
-Bill