How to save file structure to text file?

前端 未结 4 1236
时光取名叫无心
时光取名叫无心 2021-01-15 08:41

I have a folder of media files that are about 1TB big. I want to save the file names and directory structure to a text file for backup and reference. I want to attach a batc

4条回答
  •  无人共我
    2021-01-15 09:07

    You can use the built in tree.com utility:

    tree c:\folder /F

    There's also a PowerShell function, Show-Tree, in PSCX 2.0:

    http://rkeithhill.wordpress.com/2010/05/10/pscx-2-0-show-tree/

提交回复
热议问题