|
|
Managing User Profiles |
|
User Profiles are used to store and retrieve configuration options. These options are set using the Alchemy Experts or General Options dialog box.
You can save User Profiles containing your configuration options and later use these options by loading these Profiles using ezScript. This mechanism is used throughout ezScript to configure commands such a Create Glossary, Leverage Translations, Validate Files etc.
Catalyst /C INIFName [/LOAD|/SAVE|/CLEAN] [/open]
|
/C |
Load/Save User Profile |
|
INIFname |
Filename of User Profile configuration file. |
|
[/LOAD|/SAVE|/CLEAN] |
Use /SAVE to save current configuration options into a User Profile. Use/LOAD to load a User Profile and use it options in all future ezScript Commands. Use/CLEAN to reload the Catalyst registry with an ezParse file. |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
This example loads the User Profile C:\French\BuildOpts.ini.
Catalyst /C C:\French\BuildOpts.ini/LOAD
This example saves all configuration options from the Alchemy CATALYST registry key into the User Profile C:\Temp\Profile.ini.
Catalyst /C C:\Temp\Profile.ini /SAVE
This example with reload a clean registry with the default Catalyst ezParse rules contained in the file "ezParseRules.ezp" in the Public folder. Once complete the batch log file will open within MS Notepad.
Catalyst /C "C:\Documents and Settings\All Users\Alchemy Software\Catalyst 8.0\ezParseRules.ezp" /LOAD /CLEAN /open