FlyerTalk Forums - View Single Post - Convert Directory of Files into Text File of File Names?
Old Dec 23, 2010 | 8:59 pm
  #2  
KIXman
 
Join Date: May 2006
Posts: 1,934
I think it was something like doing this from the command prompt:

cd <directory name>
dir *.* > textfile.txt

where textfile.txt is your output file
KIXman is offline