HaroldMitts / wininstall

Command Script for installing Windows 10 from a single USB device
MIT License
6 stars 3 forks source link

Diskpart script syntax errors #5

Closed HaroldMitts closed 4 years ago

HaroldMitts commented 4 years ago

Need to fix the Diskpart script syntax.

A few lines got separated and need to be put right.

DISKPART> Create Partition Primary Size=2000 and DISKPART> Format Quick fs=fat32 Label="WinPE" DISKPART> Format fs=ntfs Quick Label="USB-B"

HaroldMitts commented 4 years ago

Fixed and updated documentation