|
Re: Windows listing tool
add /S next to /B (either side) - make sure there is a space between them though
---------- Post added at 22:35 ---------- Previous post was at 22:33 ----------
this means your command should look like this;
DIR /S /B > C:\files.CSV
__________________
“Most people don’t listen to understand. They listen to reply. Be different.”
- Jefferson Fisher
|