Start > Run > cmd
dir MyFolder > MyList.txt
Is there anyway to like get a list of the folder contents that I could open in notepad or something similar?
I am using Windows XP Pro. Thanks
-Matt
Start > Run > cmd
dir MyFolder > MyList.txt
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
This is what I getOriginally posted by Bruce
Start > Run > cmd
dir MyFolder > MyList.txt
-Matt
Mabe try the full path
I did similar to that and it workedCode:cd C:\ dir C:\My Documents\My Music > listing.txt
Matt, I'm sorry; I guess I shouldn't have assumed you knew your way around the command prompt.
Do this:
First change to the root C:\ directory:
Then:cd C:\The text file will be saved to the C:\ directory.dir "My Documents\My Music" > list.txt
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
▀▄▀▄▀▄▀▄▀▄▀▄▀▄
Nope, I am not very skilled when it comes to that. I used to use it back it the DOS days, but that skill left me the day I got a win 98 computerMatt, I'm sorry; I guess I shouldn't have assumed you knew your way around the command prompt.
Ok, I got that down. There isn't anyway to do all subfolders is there? Or would I have to go one by one?
-Matt
Try dir /s "My Documents\My Music" > list.txt
4 3 6 F 6 F 6 C 6 9 6 E
Thanks
(And I have to use "Documents and Settings\Matt\My Documents\My Music" to make it work)
-Matt
Bookmarks