SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : Computer Learning

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Clay M who wrote (7014)11/22/1999 8:43:00 PM
From: PMS Witch  Read Replies (1) of 110583
 
Files by size ...

Open a DOS window and type the command DIR /S /OS from the root directory and you'll get all directories on your disk sorted by size. You can use DIR /S /O-S and get them listed biggest to smallest. Leave out the /S and you'll not get the subdirectories.

It may be useful to re-direct the output: DIR /S /OS > FILES.TXT and look at FILES.TXT with Notepad or print it out.

You can change the /OS to print Order Date with /OD. Use /OS /OD to sort Order Size, then Order Date, or /OD /OS to sort by Date first and then size.

Just type DIR /? and you'll get a list of what's available. Put them together and create your own results.

Hope this helps, PW.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext