dragem Posted February 13, 2007 Posted February 13, 2007 i'm trying to figure out diskpart but i can't find any manual's about how to make partitions automaticly before the installment of WinXP with the unattended CDi'm using nLite for my burning and creating of the CDdoes anyone know a good manual or a way to first boot diskpart with the script and automaticly load the installment of XP after that.(i'm trying to make a cd where i only have to push a key once and wait till XP is installed)
IcemanND Posted February 14, 2007 Posted February 14, 2007 easiest way is to open a cmd window and type diskpart at the diskpart prompt type a ? it will list all of the possible commands.Pick the command you want more info on and type it followed by a ? to get more info.or check out:http://support.microsoft.com/kb/300415
dragem Posted February 16, 2007 Author Posted February 16, 2007 that's not what i mean. i trying to make a bootible cd but how can i make it so that cmd window comes first and the installation later automaticly
bj-kaiser Posted February 16, 2007 Posted February 16, 2007 diskpart /S scriptfilewill execute the commands in the scriptfile. remember to add the "noerr" switch to the commands where necessary, otherwise diskpart will exit as soon as one command fails.so you could call the above command from a .cmd or .bat and in the next line start a unattended installation. Is that what you were looking for?
dragem Posted February 19, 2007 Author Posted February 19, 2007 That realy helps a lot but what do i have to change to let the cd start from the cmd or bat file.
bj-kaiser Posted February 19, 2007 Posted February 19, 2007 there is a startnet.cmd file in the Windows PE image (\Windows\System32\startnet.cmd). Just add your commands to it.
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