CompuServe Messages

Address command path

    28-Mar-94 07:23:00
Fm: Bill Hawes 72230,267
To: Mike/CompuStore W-German 71001,210
Mike, If an ARexx macro is launched from a shell, it inherits that shell's path and uses it for address command. It doesn't track the shell's path, as the ARexx macro is running as a separate task. To find out what path is available in a macro, just issue the path command, as in ADDRESS COMMAND 'path' -Bill Hawes