Search found 2 matches

by Supervisor
19 Dec 2009 12:02
Forum: DOS Batch Forum
Topic: Renaming file without extra extension at the end...
Replies: 2
Views: 4639

You're awesome!

Thank you for that!
+1 batch programming

^_^
by Supervisor
18 Dec 2009 19:56
Forum: DOS Batch Forum
Topic: Renaming file without extra extension at the end...
Replies: 2
Views: 4639

Renaming file without extra extension at the end...

Hey all, I am trying to make a batch file that renames a certain file type to another. I know that if I do: for %%a IN (*.<file extension>) DO rename "%%a" "%%a.<new file extension>" The file will be renamed but it will have its original name with the extension along with the new...