dir /b > list.txt

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
iamseoul
Posts: 52
Joined: 15 Oct 2021 13:20

dir /b > list.txt

Post 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

highend
Posts: 14925
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: dir /b > list.txt

Post by highend »

What subfolders? dir without /s doesn't do that...

F12, use the Report tab^^
One of my scripts helped you out? Please donate via Paypal

iamseoul
Posts: 52
Joined: 15 Oct 2021 13:20

Re: dir /b > list.txt

Post by iamseoul »

Oh, thank you. This is it

Post Reply