Freedisk


Applies To: Windows Server 2008,Windows Vista

Checks to see if the specified amount of disk space is available before continuing with an installation process.

For examples of how this command can be used, see Examples.

Syntax


Copy Code

freedisk [/s <Computer> [/u [<Domain>\]<User> [/p [<Password>]]]] [/d <Drive>] [<Value>]

Parameters

Parameter

Description

/s <Computer>

Specifies the name or IP address of a remote computer (do not use backslashes). The default is the local computer. This parameter applies to all files and folders specified in the command.

/u [<Domain>\]<User>

Runs the script with the permissions of the specified user account. The default is system permissions.

/p [<Password>]

Specifies the password of the user account that is specified in /u.

/d <Drive>

Specifies the drive for which you want to find out the availability of free space. You must specify <Drive>for a remote computer.

<Value>

Checks for a specific amount of free disk space. You can specify <Value>in bytes, KB, MB, GB, TB, PB, EB, ZB or YB.

Remarks

Examples

Examples

To determine whether there are at least 50 MB of free space available on drive C:, type:


Copy Code

freedisk 50mb

Output similar to the following appears on the screen:


Copy Code

INFO: The specified 52,428,800 byte(s) of free space is available on current drive.

Additional references

Command-Line Syntax Key