Forum: CAT Tools Technical Help
Topic: How to translate file names?
Poster: Samuel Murray
Post title: @Hans
Do you just want to translate a list, or do you want to actually rename the files?
Added: If you do a search for *.* in Agent Ransack, you can copy the paths of all files.
There are DOS commands to rename files, but they all have problems (e.g. it only works in one folder, or it doesn't support Unicode characters, etc.). AutoIt's "FileMove" function typically works well -- you need to feed it to the full path of the source and target file, though.
[Edited at 2023-06-29 08:42 GMT]
Topic: How to translate file names?
Poster: Samuel Murray
Post title: @Hans
Do you just want to translate a list, or do you want to actually rename the files?
Added: If you do a search for *.* in Agent Ransack, you can copy the paths of all files.
There are DOS commands to rename files, but they all have problems (e.g. it only works in one folder, or it doesn't support Unicode characters, etc.). AutoIt's "FileMove" function typically works well -- you need to feed it to the full path of the source and target file, though.
[Edited at 2023-06-29 08:42 GMT]