- Thread Author
-
- #1
hello friends i need help how can i rename files names to translated name in batch mode
example
orignal name
Power Rangers (2017) - Megazord Fights Goldar.mp4 >> Могучие Рейнджеры (2017) - Мегазорд Бой Голдар.mp4
i will export all video files names list to .txt file then i can convert it to russian useing google translATE then how can i put that translated name to orignal file in batch mode does anyone known thanks
example
orignal name
Power Rangers (2017) - Megazord Fights Goldar.mp4 >> Могучие Рейнджеры (2017) - Мегазорд Бой Голдар.mp4
i will export all video files names list to .txt file then i can convert it to russian useing google translATE then how can i put that translated name to orignal file in batch mode does anyone known thanks
Solution
You could do it in Powershell without even using Google.
Using the Microsoft Translator API from PowerShell - Svendsen Tech PowerShell Wiki
This would allow you translate then it's just a matter of calling the Rename-Item cmdlet.
Using the Microsoft Translator API from PowerShell - Svendsen Tech PowerShell Wiki
This would allow you translate then it's just a matter of calling the Rename-Item cmdlet.
- Joined
- Jul 4, 2015
- Messages
- 8,998
You could do it in Powershell without even using Google.
Using the Microsoft Translator API from PowerShell - Svendsen Tech PowerShell Wiki
This would allow you translate then it's just a matter of calling the Rename-Item cmdlet.
Using the Microsoft Translator API from PowerShell - Svendsen Tech PowerShell Wiki
This would allow you translate then it's just a matter of calling the Rename-Item cmdlet.
Similar threads
- Solved
- Replies
- 4
- Views
- 4K
- Replies
- 1
- Views
- 10K