when we execute cmc, we can do it from script like
cmc -Setup CMCsettings_xxx.xml
but if we want to load our own plug-in module before that, how should I write the script?
is there a command to load plug-in?
thank you
Script to load plug-in
- Ayman Habib
- Posts: 2252
- Joined: Fri Apr 01, 2005 12:24 pm
RE: Script to load plug-in
Hi Mitsushiro,
To load your plugin you use -L libraryName (without extension I believe) on the command line. The library needs to be in the working directory or on your path to be loaded successfully.
Please let me know if you run into problems using this method.
Cheers,
-Ayman
To load your plugin you use -L libraryName (without extension I believe) on the command line. The library needs to be in the working directory or on your path to be loaded successfully.
Please let me know if you run into problems using this method.
Cheers,
-Ayman