Page 1 of 1

dir /b > list.txt

Posted: 13 Sep 2023 08:27
by iamseoul
Run CMD in Windows Explorer
dir /b > list.txt
How do I use this command in XYPLORER?
I want to print out the list of files as a text file.
Even those subfolders

Re: dir /b > list.txt

Posted: 13 Sep 2023 08:38
by highend
What subfolders? dir without /s doesn't do that...

F12, use the Report tab^^

Re: dir /b > list.txt

Posted: 13 Sep 2023 13:09
by iamseoul
Oh, thank you. This is it