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
windows 2008 x64 R2 running on ESXi 4.1 hangs randomly
Can't play DVD's in Fedora?
SQL Query - Combine 2 or more lines together
Intraday Quotes
Using T-SQL Need to return first day of the 34th week last year.
SQL 2005
Recommendations for a supersized, powerful laptop
while using recaptcha in tabs it works in form in tab 1 but image not showing up in form in tab 2
reset local security policy option
How to add a tool box to a web site?