Help - Search - Members - Calendar
Full Version: list files in dos
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
halfwayblaze
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.
cyberloner
dir
Netman66
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
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.