Jump to content

Slipstreaming XPize with spaces in destination path


Tomcat76

Recommended Posts

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%SOURCESS

As 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.

Link to comment
Share on other sites


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...