Tomcat76 Posted July 21, 2006 Posted July 21, 2006 Hi. I'm one of the maintainers of the HFSLIP script and we support both slipstreaming and integration of XPize. Code snippet:START/WAIT %PREP%HF\%XPIZE% /S /mode=i386 /source=%PREP%SOURCESSAs you can see, though, the destination path isn't quoted so it won't work when there are spaces in its path.I have found several posts here about how to deal with spaces in the paths, but it all comes down to this:xpize.exe /S /mode=i386 "/source=D:\XPCD"This surprises me a bit as I would've done it like this:xpize.exe /S /mode=i386 /source="D:\XPCD"I'd like to know which is the correct position of the opening quote (before the slash or after the equal sign)...Thanks.
XPero Posted July 27, 2006 Posted July 27, 2006 Try without quotes or put quotes at the beginnng and the end of the statement...just a thought.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now