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 to rename file(s) in dir
Name: AndyB Date: September 20, 2005 at 02:23:31 Pacific OS: Win 2000 CPU/Ram: n/a
Comment:
I need a batch file to rename the contents of a directory and then move the file to another directory (archive). The format of the files are 123456.edi and they need to be TCOL123456.edi. I've no experience with batch files so any help or solutions are greatly appreciated. There could be one or many files in the directory.
Summary: "I know it may sound like a daft task, but it is an IMPORTANT one" Sounds like the story of my life. This should get you on the right track: ::== logo.bat @echo off if not exist F1 md F1 if not exist ...
Summary: This topic seems beaten into the ground, however, any help would be appreciated. I'm trying to piece together a script that'll rename a season of a show. I've been trying to learn myself. But, am sti...
Summary: Hi Fredde, This may help. It uses a file created in %TEMP%\#\ to keep track of where it is. You need to "initialize" it. So for the example you gave, where you want the next name to be 112817.PDF, y...