This functionality is only available for certain module packages. Info / Copyright

Simple Scripts for Parameters

The scripting functionality also accepts parameters. However, this only makes sense if a /Param parameter is transferred to a script when it is started. This is possible by calling up EPLAN using the command line:

W3u.exe ExecuteScript /ScriptFile:<Value> /Param:<Value>

If EPLAN is started via the command line in order to execute a script, the first parameter is the action to be executed. The action for executing scripts is called ExecuteScript. This action contains the /ScriptFile parameter through which the name of the script to be executed is specified. Every additional parameter (Param1, Param2, Param3, ...) is transferred to the start function of the script.

It is important that all parameters used in the script function are also transferred as such in the callup. Otherwise the script is not executed.

Using this function, you can extend the EPLAN command line callup with your own parameters.

By using only command line parameters like /NoSplash, /Frame:0 and /Auto you can start the program invisibly and close it again after executing the scripts.

See also