Skip to main content

Hi everyone. I've a folder with JPEG. I have a XLSX file with the name of the JPEG name and the new name that i need. It's possible to remane the JPEG in Batch ? Thank for help.

Multiple ways to do this, but when I do this I use directory and file reader combined with a SystemCaller and rename dos commands.


It's nice but how do you use system caller to rename ?

 


It's nice but how do you use system caller to rename ?

 

AttributeCreator to create a script. Something like 

rename "c:\windows\win.ini" "win.old"

and feed that into the SystemCaller.


Reply