Running the Service Shell as an Executable
Before you can configure or use the Client Shell, you must start the Service Shell.
About this task
Procedure
Do one of the following:
- Double-click a shortcut, if available, to the Service Shell executable
(SrvShell.exe):

The shortcut must specify profile and server information using the -config and -id parameters described below.
- Start the Service Shell using a batch file:
- In the [drive:][path]\Bin\vc12\x64\Release folder, create a Start.bat file.
- Edit the file to include the following line:
SrvShell.exe -config profileName.profile -id=Serverwhere:- profileName
- is the name of the profile that you want to use.
- Server
- is the server specified in the profile (that is, Primary or Secondary).
-
In a Command Prompt, change to the [drive:][path]\Bin\vc12\x64\Release folder, where path is the directory where PASS is installed, and run the following command:
SrvShell.exe -config profileName.profile -id=Serverwhere:
- profileName
- is the name of the profile that you want to use.
- Server
- is the server specified in the profile (that is, Primary or Secondary).