Using underscore

Hi!

I have around 300 files with names that look like this, for example, Alan Anderson.jpg and I want to add a underscore so it look like this Alan_Anderson.jpg but I can`t figure out how to get the underscore in between the first name and surname. Thankful for help.
Reply to #1:
Hi Nil
I think that with a Replace method you can do It.


Replace: (add an empty space)
Replace with:_

Reply to #2:
Worked fine. Thanks