Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
rename files on dos
Name: emiliano chionaky Date: June 24, 2003 at 06:59:06 Pacific OS: dos CPU/Ram: p4m
Comment:
Hi all! I've a trouble renaming some files in DOS with a batch command. I have some files with generic .txt name and I must rename in MO.txt but files already named MO* must not change name to MOMO* I crate this script: FOR %%f IN (*.txt) DO REN %%f MO%%f but it renames everything... what can I do?
Summary: I have a problem... I want to copy a file on DOS From c:\documents and settings\serg\desktop\ to c:\documents and settings\serg\desktop\back up files\ So i got into my desktop directory in Command Pro...
Summary: How do I create a batch file that would rename files from a directory based on this format: 12345.67a (from original file of 2001234567-A1.txt) - the 1st 3 characters, the last character, and extensio...