Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch file renaming
Name: pintu179 Date: April 16, 2009 at 08:18:16 Pacific OS: Vista Subcategory: Batch
Comment:
Hi All,
I am facing a problem with batch file renaming. I have a folder containing certain files(no of file is not a constrain). I want to rename the files using bat file and need to create a bat file.
now I want to rename the file names to different names. Example: Current name To be renamed 1.txt abc.txt 2.doc def.doc 3.mp3 xyz.mp3
I want to put both the names('current name' and 'To be renamed') in the same txt file. Now my question is in which format I should put those name and how do I create the bat file which can take the input from the txt file and rename all my files.
Please let me know if you need any other information and please help me.
Summary: Hi, I have a specific problem that I can't believe has not got a solution already. I have to rename some files that are in the format = (im1, im2, im3 ... im15, im16, ... im345, im 346) Windows orders...
Summary: While scanning invoices from our scanner to a catalog on the server the file(s) are saved as: FAKT.PDF FAKT(1).PDF FAKT(2).PDF ... and so on ... My goal is to rename theese files to the real invoice...
Summary: I would like to create a batch file to rename all *.cap files to *.mp3 in a certain directory before moving them all to another directory. I will need to do this for multiple directories, but have th...