Command Lines

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
jsweby
Posts: 32
Joined: Wed May 21, 2008 3:07 pm

Command Lines

Post by jsweby »

Where can we get a list of all of the command line parameters supported by the SIL Editor and Dictionary Manager?
Carval Computing Limited
Payroll - HR - T&A
carval.co.uk
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

We will add this to the manual in next update. Meantime here it is:
SILEditor.exe -a SILFILE_MASK DicFile_Name BaseLanguage - batch auto-translate SIL files with SILFILE_MASK using dictionary file (DicFile_Name) and BaseLanguage as base language.
SILEditor.exe -morig ORIGINAL_FILE -mnew NEW_FILE -mlang LANGUAGE_NAME [-msuperfl] - merges file with NEW_FILE name to original file with ORIGINAL_FILE name. If LANGUAGE_NAME = all - all languages merged otherwise only the language specified by LANGUAGE_NAME. -msuperfl - indicates to add superfluous (missing in original file) entries.
Dictionary Manager doesn't use command line.
Best regards,
Igor Siticov.
jsweby
Posts: 32
Joined: Wed May 21, 2008 3:07 pm

Post by jsweby »

Thanks, Igor, for the prompt reply.

Is there a command line to load and save, for example to load a SIL file and save a SIB file? Or should I use the COM interface of the SIL Editor to do this?

Regards,
Jason.
Carval Computing Limited
Payroll - HR - T&A
carval.co.uk
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

No command-line for this task. You would need to use COM interface for this.
Best regards,
Igor Siticov.
Post Reply