Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Problem with arguments containing the character "&" #27

Open
PutoML opened this issue Aug 14, 2016 · 1 comment
Open

Problem with arguments containing the character "&" #27

PutoML opened this issue Aug 14, 2016 · 1 comment

Comments

@PutoML
Copy link

PutoML commented Aug 14, 2016

When passing an argument containing the character & to wstart or wcmd, even if enclosed in quotes, it's treated as a separate command. So doing something like this:

wstart 'c:/progra~2/opera/launcher.exe' "http://www.kanzenshuu.com/forum/viewtopic.php?f=25&t=34819&start=440#p1130225"

...launches opera pointing to the URL http://www.kanzenshuu.com/forum/viewtopic.php?f=25, and then executes "t=34819", followed by "start=440#p1130225".

@xilun
Copy link
Owner

xilun commented Aug 14, 2016

This is probably due to lack of quoting & escaping like #25.
I'm working on it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants