how to list folder contents into a .txt-file
This is a discussion about how to list folder contents into a .txt-file in the Everything New Technology category; hi folks!! can anybody tell me how i can list the files a folder contains into a. txt-file ??.
hi folks!!
can anybody tell me how i can list the files a folder contains into a .txt-file ??
can anybody tell me how i can list the files a folder contains into a .txt-file ??
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Mar 24
Mar 24
0
<1 minute
Responses to this topic
Start->Run:
cmd
dir "C:\Myfolder\My stuff\*.*" /B > list.txt
This creates new text file called list to current dir.
forgot /B.
[Edited by Wilhelmus on 2006-03-24 08:14:34]
cmd
dir "C:\Myfolder\My stuff\*.*" /B > list.txt
This creates new text file called list to current dir.
forgot /B.
[Edited by Wilhelmus on 2006-03-24 08:14:34]