Copy File Names From Folder

  • Thread starter Thread starter Gianni
  • Start date Start date
G

Gianni

Is it possible to copy the filenames
from a folder ? I want to create a list
in a document without typing the in.
 
Sure you can. In CMD prompt type:

dir /b /d > mylist.txt

You will get a list of your files in the default folder/directory
called mylist.txt

hth
 
Cheng said:
Sure you can. In CMD prompt type:

dir /b /d > mylist.txt

You will get a list of your files in the default folder/directory
called mylist.txt

hth
Yes.
Thank you
 
Back
Top