S
Steve Schilz
Hi all,
I was searching the newsgroup today, and noticed a request from Slobodan
Brcin last October for instructions on how to perform an unattended format,
i.e. the equivalent of Format C: /FS:NTFS /Y, to bypass the 'Are you sure'
prompt..
On the off chance that you haven't already figured this out, this should
work.
(I tested this using WinPE and a floppy disk to create batch files.)
Create a batch file and input file as follows:
NOTE: <CR> == A Carriage Return or Line break.
FILE: YES.INP (Text)
Contents: Y <CR>
BATCH FILE: Fmt.bat
Contents: Format C: /FS:NTFS /V:XPEmbedded < Yes.inp <CR>
Executing fmt.bat will then format c: unattended.
Steve Schilz
Innovative Imaging Inc.
StevesATeyeDASHImaging.Com
I was searching the newsgroup today, and noticed a request from Slobodan
Brcin last October for instructions on how to perform an unattended format,
i.e. the equivalent of Format C: /FS:NTFS /Y, to bypass the 'Are you sure'
prompt..
On the off chance that you haven't already figured this out, this should
work.
(I tested this using WinPE and a floppy disk to create batch files.)
Create a batch file and input file as follows:
NOTE: <CR> == A Carriage Return or Line break.
FILE: YES.INP (Text)
Contents: Y <CR>
BATCH FILE: Fmt.bat
Contents: Format C: /FS:NTFS /V:XPEmbedded < Yes.inp <CR>
Executing fmt.bat will then format c: unattended.
Steve Schilz
Innovative Imaging Inc.
StevesATeyeDASHImaging.Com