Windows Tools

From OSDev.wiki
Jump to navigation Jump to search
This page is a stub.
You can help the wiki by accurately adding more contents to it.

Windows provides some useful utilities for using loopback devices and manipulating files that OS developers should know about; most of the time they are unaware of this and thus download tools that give them functionality they already had. This page attempts to describe these utilities and how these can be used.

copy

The copy utility is useful for concatenating files. For example, if we wanted to produce a file called foobar from files foo and bar, we would use the following command:

copy foo+bar foobar

diskpart

fsutil