Space in command line arg, Windows PB
Space in command line arg, Windows PB
- Subject: Space in command line arg, Windows PB
- From: Jonathan Rochkind <email@hidden>
- Date: Wed, 14 May 2003 15:51:53 -0500
How the heck do I get a launch arg with a space in it specified in Windows PB?
Entered in the launch arguments pane, I've tried:
-DsomeProperty="A space"
I've tried:
"-DsomeProperty=A spaces"
I've tried leaving the quotes out entirely.
None work. Perversely, the second one, when I look at the console window
to see the command line actually executed, PB has changed it to:
-DsomeProperty="A" "spaces"
Doh! If I meant that, I would have entered that!
Any way to get a launch arg with a space?
--Jonathan
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.