Scripting support
ActiveXplorer also has an scripting support. All you have
to do is write script (plain text) and run ActiveXplorer.
See example:
1. Create text file (for example,
c:\testscript.axs) and add following lines to it:
c:\testdir\test1.ocx
c:\testdir\test2.ocx
2. Run ActiveXplorer with command
line parameters:
axplorer.exe
/sr=c:\testscript.axs
This action
will register controls, named "test1.ocx" and "test2.ocx"
from "c:\testdir" directory.
If you'll
need to unregister ActiveX controls, run ActiveXplorer with
following command line parameters:
axplorer.exe
/su=c:\testscript.axs
|