Import global autocorrect list

Build 1501 on 14/Nov/2017  This topic last edited on: 24/Oct/2016, at 13:01

Create an autocorrect file as below and save it in a folder as autocorrectionconfig.xml.

<?xml version="1.0"?>

<AutoCorrectionList>

<AutoCorrectionElement CaseSensitive="false" From="abbout" To="about"/>

<AutoCorrectionElement CaseSensitive="false" From="abotu" To="about"/>

....

</AutoCorrectionList>

An example of the autocorrect file for US English is available in Autocorrect list for English US.

In the command prompt window, run the following command:

cmd4 config -in c:\autocorrectionconfig.xml -UserName xxxx -Password yyyy

where xxxx is the name of a GN4 user who can logon to system with sufficient permissions to perform this operation and yyyy is the password.

Note: the above connects to the default connection: should you want to specify the connection or server name, see cmd4 examples.

An example:

C:\tera\GN4\main\bin>cmd4 config -in c:\autocorrectionconfig.xml -UserName xxxx -Password yyyy

Cmd4 version 1.6.1625.0

GN4 command-line client

Copyright © 2006 - 2012 Tera Digital Publishing

Language en-GB

 

Importing global configuration data 'autocorrectionconfig' from 'c:\autocorrectionconfig.xml'

Successfully created or modified configuration object with id 192972

Note:

The global entries are not visible on the Auto-correction tab of the Articles main tab (Edit > Preferences > Auto correction.

See also

Remove global autocorrect list

Import personal autocorrect list from file