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
cannot over right a dll file win windows 7
Convert character field to date field in SAS
Restore disks
Why is Kaspersky internet security 2010 blocking
www.apple.com
use environment special folder to get DllImport
Powershell Script to query a OU with users and update the Last password reset date and Last used date.
How do I prevent a Submit if input validation fails?
Outlook 2007 issues
Is developing a large website a good way to get in the door?
JavaScript: Require at least one letter or number