Another thing: you may want to use _CWD$ (current work dir) instead.The main reason I don't want to use that too much is because I'm afraid I'll forget and use a CHDIR in my program which will screw up all my PowerShell calls that I like using.
Do you need meta commands to find the Source Folder for exe?The $IF and $LET is just because I had it in a BM and was using that for keeping errors out of the IDE from a possible second declaration in an $INCLUDE
The main reason I don't want to use that too much is because I'm afraid I'll forget and use a CHDIR in my program which will screw up all my PowerShell calls that I like using.