hi folks!!
can anybody tell me how i can list the files a folder contains into a .txt-file ??
Page 1 of 1
how to list folder contents into a .txt-file
#2
Posted 24 March 2006 - 03:36 PM
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]
Share this topic:
Page 1 of 1

Help










