Comment Automatic format of c:\ (Score 0) 513
I believe in the old DOS days, when you went typed in 'format c:' you were still prompted if you really wanted to do it.
There is a hack, that allows you to pipe an answer to format, such as follows:
echo y | format c: /v:"null" /q > null
Now that would format the c hard drive quick, and, set its volume, and pipe all output to null.
Hmm, excellent for automation.
There is a hack, that allows you to pipe an answer to format, such as follows:
echo y | format c:
Now that would format the c hard drive quick, and, set its volume, and pipe all output to null.
Hmm, excellent for automation.