[Toc][Index]

FREE - Display total and free disk space

 
 Purpose:    Display the total disk space, total bytes used, and total 
             bytes free on the specified (or default) drive(s). 
             
 Format:     FREE [drive: ...] 
             
             drive :  One or more drives to include in the report. 
 
 See also:  MEMORY. 
 Usage 
 FREE provides the same disk information as the external command CHKDSK, 
 but without the wait, since it does not check the integrity of the file 
 and directory structure of the disk. 
 A colon [:] is required after each drive letter.  This example displays 
 the status of drives A and C: 

 
         [c:\] free a: c:
 
          Volume in drive A: is unlabeled    Serial number is 213A:15D5
             1,213,952 bytes total disk space
             1,115,136 bytes used
                98,816 bytes free
 
          Volume in drive C: is DEVELOPMENT  Serial number is 2944:15D9
           242,496,000 bytes total disk space
           236,851,712 bytes used
             5,644,288 bytes free
 
 
 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs