Jump to content
Compatible Support Forums
Sign in to follow this  
deepbluc

how to list folder contents into a .txt-file

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×