msalman

New Member
Joined
Mar 26, 2019
Messages
4
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
 

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.
 

Solution
i downloaded it but its doing nothing when i open in powershell can u help
this is batch is made to run powershell files it open and close
powershell LangTranslate.psm1
 

hi
 

Back
Top