Jump to content

list files in dos


halfwayblaze

Recommended Posts


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

Link to comment
Share on other sites

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...