deepbluc 0 Posted March 24, 2006 hi folks!! can anybody tell me how i can list the files a folder contains into a .txt-file ?? Share this post Link to post
Wilhelmus 1 Posted March 24, 2006 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] Share this post Link to post