Adding tree command to File and Directory Discovery
Added the “tree” command, which is useful at showing a “graphical” hierarchy of files and folders on a drive.patch-4
parent
be3a018733
commit
4cd236a438
|
@ -13,3 +13,5 @@ Input:
|
||||||
dir "%systemdrive%\Users\*.*"
|
dir "%systemdrive%\Users\*.*"
|
||||||
dir "%userprofile%\AppData\Roaming\Microsoft\Windows\Recent\*.*"
|
dir "%userprofile%\AppData\Roaming\Microsoft\Windows\Recent\*.*"
|
||||||
dir "%userprofile%\Desktop\*.*"
|
dir "%userprofile%\Desktop\*.*"
|
||||||
|
|
||||||
|
tree /F
|
||||||
|
|
Loading…
Reference in New Issue