By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!Yeah, tried that too. I don't know if it's been mentioned here, but SHORTCUT serves to work around the shell's shortcut dialog's limitation of MAX_PATH (260) characters in the target. PowerShell can do it also, but SHORTCUT is a tad easier. If only I could get those quotes in there.Nor does %@CHAR[34].
Double quotes can be pretty important in command lines. Couldn't you throw in a strategically placed EscapeLine? That'd let us use ^q.SHORTCUT does not support embedded double spaces in the args parameter.
Double quotes can be pretty important in command lines. Couldn't you throw in a strategically placed EscapeLine? That'd let us use ^q.