Rename - TechRepublic
Question
September 1, 2010 at 04:01 AM
wizard-09

Rename

by wizard-09 . Updated 15 years, 9 months ago

Hello all i need a file that will rename a exe file with .old at the end for every exe file on the computer, I had a file below as a test for one file, but need it to rename the file to .exe.old without changing the file name ie. test.exe.old, thanks.

@ECHO OFF

ren “C:\Documents and Settings\tm09042\Desktop\test.txt” “test1.txt”

This discussion is locked

All Comments