halfwayblaze
Dec 2 2006, 10:57 AM
I'm in the recovery console and trying to get a list of files on my puter. I don't know the commands for it. I'm a dos moron! I need to see what mp3 and picture files on my drive so I can maybe back them up or not. Any help please.
Netman66
Dec 2 2006, 11:54 AM
If you can access your A: drive then throw in a floppy.
Run this command to output a list of files to a text file on your floppy: (Make sure you're at the root of C:)
dir *.jpg /s > a:\jpeg.txt
Alter the command for each type of picture file you're looking for:
dir *.tif /s > a:\tif.txt
dir *.bmp /s > a:\bmp.txt
etc, etc, etc