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
[Exchange 2010] - Change default Management Role - Prevent users from creating new Distribution groups
Can't Reach the port 445 for my domain controler / Change the 445 port
Need help with Crystal Report and Visual Studio
Delete rows in excel
SBS2008 create public mailbox
get a remote windows server OS version and IP address without access permission on that server
HTTP 403 Forbidden error in WordPress installation
why don't we feel the force??
Nonqualified transactions are being rolled back.
Change text input field value with dropdown menu selection.