MicrosoftTranslator / DocumentTranslator-Legacy

Microsoft Document Translator (Archive) - Replaced by the MicrosoftTranslator/DocumentTranslation project in this repository.
Other
409 stars 152 forks source link

Translated Documents Command Error #77

Closed RoopeshMedixsoft closed 5 years ago

RoopeshMedixsoft commented 5 years ago

TranslationAssistant.AutomationToolkit\bin\Debug>DocumentTranslatorCmd.exe setcredentials /APIkey:apiKey translatedocuments /documents:c:\testdocuments\Name1.docx /from:en /to:el

When i am executing above command in command prompt getting below error:

Argument [APIkey] has value [apiKey]. Argument [categoryID] has value []. ERROR: Unknown input argument [translatedocuments]. ERROR: Error in arguments.

APIKey is valid but translateddocuments is throwing argument error.

chriswendt1 commented 5 years ago

Turn this into two separate commands. One line for setcredentials, one line for translatedocuments. Can't do it in a single line.