Page 1 of 1

Script to load plug-in

Posted: Tue Jul 27, 2010 6:30 am
by mitsu
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

RE: Script to load plug-in

Posted: Tue Jul 27, 2010 10:50 am
by aymanh
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