tourcd Posted June 5, 2009 Posted June 5, 2009 Can anyone tell me how I can launch unattend.xml from within startnet.cmd?I've written a unattend.xml which I keep in a non-standard directory, I'd like to call the xml file from within startnet.cmd.When I try to launch it it doesn't know how to handle the file and suggests opening it with Notepad.Thanks
leen2 Posted June 16, 2009 Posted June 16, 2009 Unattend.xml, or any similarly named .xml file, in the context of setting up or installing an OS is an answer file. This is used by Setup.exe or Sysprep.exe to provide the answers needed to install the OS in the manner you want, automatically without prompting the user for the answers.From Startnet.cmd you would typically launch setup.exe or sysprep.exe with the unattend.xml file specified as a parameter. The help information for these programs can give you information on them. You would not launch unattend.xml directly.
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