|
|
 |
|
|
Pages: 1
Anyone here know how to use the command line window in XP?
(Click here to view the original thread with full colors/images)
Posted by: Mathias
I'm trying to remember a command I used once that took the name of every file in a folder and compiled all the names, with extensions, into a single list in a file (which is named whatever you want). Does anyone know this command and how to use it?
Posted by: DemonBob
Cd to the dir you want to do the list of.
"dir > filename.txt"
The > means to pipe "redirect" the standard out put to a file, or a another command instead of the screen.
|
|
|
|
|