Updated: January 21, 2005
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Checks to see if the specified amount of disk space is available before continuing with an installation process.
freedisk [/s Computer [/u [Domain\]User [/p [Password]]]] [/d Drive] [Value]
To determine whether there are at least 50 MB of free space available on drive C:, type:
freedisk 50mb
Output similar to the following appears on the screen:
INFO: The specified 52,428,800 byte(s) of free space is available on current drive.
Italic
Information that the user must supply
Bold
Elements that the user must type exactly as shown
Ellipsis (...)
Parameter that can be repeated several times in a command line
Between brackets ([])
Optional items
Between braces ({}); choices separated by pipe (|). Example: {even|odd}
Set of choices from which the user must choose only one
Courier font
Code or program output