/LoadScriptCfg<file to open>

For: CimEdit and CimView

Opens a text file that contains a list of global scripts that will be loaded.

  • The file names must be enclosed in "" and may contain logicals such as SITE_ROOT, BSM_ROOT etc.
  • The command line option itself can contain logicals.
  • Multiple files may appear on the same line.

Example

File name GlobalScripts.txt
File contents "SITE_ROOT:screens\tuning.cmsrt" "c:\testscripts\mytest.cms" "BSM_ROOT:scripts\ClassScripts.bcl"
Note: If a script is not found the file name with different extensions will be tried, e.g. .cmsrt will be substituted for .cms and .cms will be substituted for .cmsrt.
  • /LoadScriptCfg is supported by CimEdit Global Script features .
  • The global parameter GSM_GLOBAL_SCRIPTCFG can also be used to specify the global configuration file.