


The "acurcl -query" command is for Windows NT and Windows 2000 servers only. It allows you to query whether or not the specified Windows service is installed.
Optional arguments to "-query" include:
| Option | Description |
| server | Specifies the name of the server machine. If no server is specified, the server is assumed to be the local host. |
| -n | Identifies a particular instance of the acurcl program by port number. The "-n" must be followed by a space and then an integer, e.g., "6524". If no port number is specified, then the default port (which has the service name "AcuRCL") is removed. |
C:> acurcl -query Service AcuRCL (AcuRCL 5.2 on the default port (5632)) exists Start Up: Automatic Program: C:\AcucblGT\bin\acurcl.exe Startup arguments: '-c c:\etc\server1.cfg -le c:\tmp\server1.log' Status: running C:>
Note that the startup arguments listed are the arguments used to install the service, and not the arguments given to the currently running server.