#PushCD in TxEd macro?
I'd like to change Current Directory with TxEd ARexx macro, ideally via
WsHell's PushCD, but the one-liner
* A Pushy TxEd macro*/
Address command
PushCD REXX:
is giving me Error 41 in line 3 Invalid Expression, which I think is due to the
colon.
What I am trying to accomplish is to (based upon filename.extension) go off and
do something in a dedicated directory and then PopCD back to wherever I was to
start.