rem This file instructs Diskpart.exe to select Disk 1 as target,
rem clean the target, create a primary partition on the disk
rem and mount it to z: for the new partition.  The new partition is then
rem ready for format and OS install
rescan 
select disk=1
clean
create partition primary
assign letter=z