|
-
May 9th, 2008, 11:35 AM
#5
Re: Post-build event command line is screwy; only one argument passed to the app?
I think i just worked it out...
$(TargetDir) ends with a trailing slash for ?convenience?
But this trailing slash seems to be escaping the next quote, meaning that ?DOS? is thinking the call to:
ListArgs.exe "C:\windows\"
is one argument of: c:\windows"
This is nearly the stupidest thing i've ever seen.. how to work around that?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|