Jump to content

Recommended Posts

Posted

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.


Posted

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...