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 rename and move
Name: jquestion Date: June 5, 2006 at 09:33:14 Pacific OS: xp CPU/Ram: 512 Product: ibm
Comment:
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 them all move files to one central directory, that will have no structure, just the resulting .mp3 files.
For example:
If the file 123.cap was in the c:\test1 directory and the file 456.cap was in c:\test2 directory, I would like both of these files renamed 123.mp3 and 456.mp3 and then moved to c:\test3 (I realize this may have to be done in seperate processes) that will be the central repository for all mp3 files and have no subdirectories.
Summary: sorry, also wanted to add that each folder has files in them and the files have to move with their corisponding folders. Also just to clerify I want to always take the #1 folder from the new directory...
Summary: Is 55K151AA a subdirectory of 55K139AA or is it a subdirectory of Orders. "Batch file Copy and Rename" is the subject of your post but the source and destination directory\subdirectories names don't c...
Summary: 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...