Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: MS DOS .: How to check disk usage using DIRUSE command

How to check disk usage using DIRUSE command

Syntax
      DIRUSE [options] Folders...
Options

/M	Display in Mb
/K	Display in Kb
/B	Display in bytes (default)
/,	Use thousand separator when displaying sizes.

/Q:#	Quota limit, mark folders that exceed the size (#) with a "!".
        set %errorlevel% to ONE if any folders are found that
	exceed the specified size

/*	Report on one level of subfolders (top-level folders)

/D	Display only folders that exceed specified sizes.
/S	Include detail of every subfolder in the output
/O	Don't check subfolders for quota overflow.
/V	Display progress report for every subfolder

/C	Use Compressed size instead of apparent size.
/L	Output overflows to logfile .\DIRUSE.LOG.
/A	generate an alert if quota is exceeded
	(requires the Alerter service)

Note: the '-' symbol can be used in place of the '/' symbol.

Example

DIRUSE /M /q:1.5 /* e:\users


How helpful was this article to you?

Related Articles

article How to check and repair disk problems using chkdsk.exe
Check Disk - check and repair disk problems...

(No rating)  3-7-2008    Views: 162   
article How to Display memory usage using MEM command
Display memory usage. Syntax MEM...

(No rating)  3-9-2008    Views: 171   
article How to Check the NTFS file system with CHKDSK command
Syntax CHKNTFS drive: [...] ...

(No rating)  3-7-2008    Views: 142   

User Comments

Add Comment
No comments have been posted.