Windows Tools: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
m Clarification + punctuation fix
Line 42:
<source lang="dos">diskcopy A: B:</source>
 
* If the destination drive is not specified, the current one will be used. In addition, the '''/v''' argument can be used for verification (remember, floppy disks are not exactly reliable).
* If both drives are omitted, you will be prompted to replace the media after the first one has been read.
 
== diskpart ==
Line 97 ⟶ 98:
|-
| rowspan="4" | file
| createnew || Creates an empty file (all zeroes) of some size specified, in bytes. Example:
<source lang="dos">fsutil createnew foobar 42</source>
|-