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
Best practice in updating the server in DMZ
For a iPHONE anyone know of a good War game?
How to create domain in Windows Server 2008 R2
Switching hardware on a SBS 2003 server
perl regex replace
remote sql server update slow
run WSS (sharepoint) on a SBS 2008 server?
Word 2010 Styles / Paragraph Issues
Newbee - Is there a way to loop resultset in sqlplus script?
Better Way of styling?