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
Solution vs. Project
Can changing the title of my pages affect my Google Adsense earnings?
if statement in a macro
CSS to make image expand to left
Filer a form with comobox value
ASSP Spam Issues
domain question
How many millimeters between the outer most screws on a standard SATA 3.5" hard drive?
How can I use double click function on a subform datasheet to open a new form with a specific record?
What do I need to do with my existing win 2003 server DC when adding a Win 2008 SBS in the domain as a GC