Opening ACMConfig via the Command Line

Opening ACMConfig via the Command Line

ACMConfig.exe has optional parameters that can be used when launching command line.  To use, open a Command window and change the location to the folder containing ACMConfig.exe.

Command

Result

ACMConfig.exe

This command will open ACM Configuration

ACMConfig.exe/logger

This command will open ACM Logger, using the default port.

ACMConfig.exe/logger:@Port

This command will open ACM Logger, using the port provide in the @Port parameter.

ACMConfig.exe/host:@HostName

This command will open ACM Configuration and automatically connect to the server specified in the @HostName parameter.

ACMConfig.exe/objectId:@objectId

This command open ACM Configuration and once connected to the server, will open the object in the @objectId parameter.

ACMConfig.exe/host:@HostName /objectId:@objectId

This command will open ACM Configuration, automatically connect to the server specified in the @HostName parameter and then open the object in the @objectId parameter.