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
VLSM
Is there a quick way to resize forms and controls?!
asp.net My form is retaining a value in a TextBox once submited??
Using CSS to Outdent a list of checkbox form elements in a table
ASA-5505: VPN packets not forwarding to second outside interface
remote shutdown windows xp pro
Create a Child Domain
deploy .net 3.5sp1 via WSUS
Server Error in '/' Application-Migrated from VS2008 - VS2010.
Access - Check what users are on the db