Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
passing argument with embedded space
#1
Hi

When I try running
Code:
Copy      Help
run "C:\Program Files\xplorer2\xplorer2_UC.exe" "/S:My Default" "" "C:\Program Files\xplorer2"
Qm only sees "/S:My". Is this by design? I can work around this problem using a shortcut (.lnk), but actually I don't want to use that.

Thanks for any help.
#2
QM passes arguments with embedded space. Maybe My Default must be enclosed in quotes?

Code:
Copy      Help
"/S:''My Default''"
#3
No luck...
Probably a quirk in the xplorer2 application, although the standard link property sheet does take the space w/o problems.
Code:
Copy      Help
Target "C:\Program Files\xplorer2\xplorer2_UC.exe" "/S:My Default"
Start in: "C:\Program Files\xplorer2"
Anyway, I'll just use another work around by renaming "My Default" to "MyDefault". Pity though..

Thanks for your quick response.
#4
Code:
Copy      Help
"''/S:My Default''"
#5
Yeah, that works!
Thanks a bunch!


Forum Jump:


Users browsing this thread: 1 Guest(s)