Jump to content

Renaming 300 files


Recommended Posts

If you're running windows (any version), open up a dos command shell and run: rename * *.bmp (I think that's right, but can't check it now).

 

On the off chance you're on linux, you can rename them with a script in z-shell.

 

I've got no idea if you're on mac.

Link to comment
Share on other sites

Following up what Chad said:<p>

<p>

1. Open a DOS.box (do RUN 'command').<p>

2. Change to directory where files are: CD\thatdirectory<p>

3. Do 'ren *.* *.bmp' [no quotes]. This renames all files (*.*) to whatever they were but with a .bmp extension. Be sure there's a space between *.* and *.bmp.

Link to comment
Share on other sites

Geoffrey is correct. Go to a DOS prompt if you can, change to the directory that you want to rename the files in (cd\filename) and type in RENAME *. *.bmp You want to leave a space after the period in the first command meaning you want to rename all files without file extensions to BMP files in the second part of the command.

 

Good luck.

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
×
×
  • Create New...