HELP TOPICS

Contents

What's new?
Registering ActiveX controls
Unregistering ActiveX controls
Windows Explorer context menu
Search in list
Selecting appropriate view

Program options
Generating reports
Working with Microsoft Excel
ActiveX analyzing
Backup and restore
Scripting support
List of used hotkeys

License agreement
Technical support
Purchasing ActiveXplorer

 

ACTIVEXPLORER ONLINE REFERENCE

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


Copyright © 1997-2001 Aivosto Oy.
All rights reserved.
vbshop@aivosto.com

VBShop - The Visual Basic Shop
http://www.aivosto.com/vb.html
Tools and tips for VB programmers