Extracting file names inside a folder

2010-05-23

EXTRACT FILE NAMES INSIDE A FOLDER TO A TEXT FILE
1) Open the command line (cmd.exe in NT/2000/XP)
2) Navigate to the required directory using the cd command.
3) type dir /b>filelist.txt

0 comments: