How do I print a listing of all the files in a directory?

S

sue

I just want to print the list of all the files in a directory (not in DOS) I
did it accidentally one day but can't re-do.
 
A

ANONYMOUS

At the cmd prompt type this:

dir > MyList.txt

The list is now in the file MyList.txt which can be printed or edited
and sorted in excel.

hth
 
Top