Is there a way I can initiate the import/export task from powershell. In my case, I have both ResourceFiles and some dynamic data which needs to be translated. Nowadays I am exporting the file for translation using ResX Resource Manager and the dynamic data using my own console application. If there is a way for me to call this from powershell, I can combine both action together in a batch file.
Comments: ** Comment from web user: tomenglert **
Comments: ** Comment from web user: tomenglert **
Try the new scripting module - I think you can cover most of the tasks you are looking for.
Please give some feedback if this helps with your scenario.