Microsoft
Software
Hardware
Network
Question : DOS batch rename with extension
Hi. In DOS, i need to add a suffix to every file in a folder. They are all similar to "01234.jpg" and they need to be renamed to "01234-NEW.jpg"
Any suggestions?
thanks!
Answer : DOS batch rename with extension
Well, just in the interest of sharing different ideas, it can be done on one line as follows, from the command line:
for %A in (*.jpg) do @ren %A %~nA-NEW.jpg
~bp
Random Solutions
Show Facebook friends list on website
how do I count the number of rows in my db
jquery countdown
explain T-SQL query to me
DConcat not working - getting #Error in query results
TClientDataSet.RowsAffecte
d
Not able to login as root after PAM configuration
Add Small Business Server to Existing Server 2003 Domain
How to add line feed and carriage return to bullets in a string
My web page has errors and doesn't work using IE8