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 question
Name: Heimidal Date: July 30, 2004 at 09:25:00 Pacific OS: WinXP pro CPU/Ram: pentium IV 3.0 / 2.0GB
Comment:
Is there anyway to do a batch file rename function to remove the first three characters of the file name?
Summary: Hi I wonder if someone can help. I use a batch file to process some files at work. problem is the batch file has to use fixed file names. Is there a way to save the original file name, rename to the f...
Summary: I am trying to write a batch file that will rename a series of files within a folder. I need it to remove the first 8 characters, then add its own prefix and suffix. I don't have much experience with ...
Summary: I am renaming a bunch of .pdf files and I'm having a hard time adding a counter after renaming. Here is what I have so far for my batch file--- rename \Company\DM\MC\Backup\09_08_20\*.*pdf MC_%YY_MM_D...