Hello guys, I've allready create a boot dvd with an .WIM image file. Is it possible to create a batch file to install this image unatended? I usualy have to type something like this: boot from the DVD and wait for the prompt, type: d: (DVDRom drive) diskpart (it's on the DVD) select disk 0 clean create partition primary select partition 1 format quick active exit and then to install the image: imagex /apply d:\path\image.wim 1 c: is it possible to create a batch file with something like this? so I can deliver the DVD with the image and my client make it by himself... The problem is that I dont know hor to build a batch file.... Thanks in advance.