computing
  • 2

Solved Batch File Of Folder Size

  • 2

Can anybody kindly provide me a batch file script to view the list of folder with their size in a specific drive. Just as “DIRUSE” does!

Share

1 Answer

  1. ::contents of checkdir.bat
    DIRUSE /M c:\foldername > dirinfo.log
    ::end of file

    :: mike

    • 0