Home away from home
Joined: 2006/12/4 23:15 Last Login
: 10/14 16:04
Group:
Registered Users
|
@nbache
Indeed, I thought of that as I wrote it, that's why I said you really need a script rather than an alias as things is getting a bit comples for single line ARexx.
I couldn't recall the pragma(i) contruct for getting the process ID / address and wasn't even sure if it would work in a command line rexx script, though a quick test shows it does.
alias helpme RX "file = 't:helpme_' || pragma(I) ;ADDRESS COMMAND; 'SYS:System/Help [].help >' || file ; 'next ' || file ; 'delete ' || file"
might do it, untested as on posting from linux box.
BTW removed the OPTIONS RESULTS as no call is returning a result or using it it's unneeded
|