Skip to main content
Solved

Rename JPEG from Exeel list with key

  • November 16, 2023
  • 3 replies
  • 20 views

hugues
Contributor
Forum|alt.badge.img+2

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.

Best answer by nielsgerrits

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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+62

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


hugues
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • November 16, 2023

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

 


nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • November 16, 2023

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.