Get Folder Size from Windows Command Line

前端 未结 17 2384
滥情空心
滥情空心 2020-11-28 18:52

Is it possible in Windows to get a folder\'s size from the command line without using any 3rd party tool?

I want the same result as you would get when right clicking

17条回答
  •  暖寄归人
    2020-11-28 19:36

    Easiest method to get just the total size is powershell, but still is limited by fact that pathnames longer than 260 characters are not included in the total

提交回复
热议问题