G Gianni Oct 5, 2010 #1 Is it possible to copy the filenames from a folder ? I want to create a list in a document without typing the in.
Is it possible to copy the filenames from a folder ? I want to create a list in a document without typing the in.
C Cheng Heng Oct 5, 2010 #2 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
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
G Gianni Oct 6, 2010 #3 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 Click to expand... Yes. Thank you
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 Click to expand... Yes. Thank you