Yes indeed.
From our FAQ:
http://www.cepstral.com/support/faq/personal/windows.htmlAlternatively, you can enter your license key using the command-line swift utility with the windows command prompt (located at "Start Menu" -> "Run" -> type "cmd" (or "command" in win9x) then hit Enter).
To register a voice using the swift executable, call swift with the '--reg-voice' switch. You will be prompted to enter your name, your company name, the name of the voice you wish to register, and then the license key.
swift --reg-voice
Your Name: John Q. Public
Company (if applicable): Acme Widgets
Voice: David
License Key: xx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx
You will receive feedback regarding the validity of your entries. If the information is valid, the voice will no longer nag.
But you can also pass in parameters.
- Code: Select all
swift --reg-voice --customer-name "John Doe" --company-name
"Initech" --voice-name David --license-key "XX-XXXXXX-
XXXXXX-XXXXXX-XXXXXX-XXXXXX"
This is found in the help you can see this by running swift from the command line without any options.
Let us know if you have any other questions.
-- The Cepstral Support Team