| Siebel Analytics Applications Installation and Administration Guide > DAC Quick Start > Overview of Command Line Access to the DAC Server > Setting Up Command Line Access to the DAC Server
 Follow this procedure to set up the command line functionality. To set up command line access to the DAC server 
Make sure you have the Java SDK 1.4.2 installed.
Copy the following files from the SiebelAnalytics\DAC directory to a local directory:
DAWSystem.jar
dac.properties
dacCmdLine.bat
In the dacCmdLine.bat file, edit the JAVA_HOME variable to point to the directory where the Java SDK is installed.
Make sure there are no spaces in the path reference.Edit the DAC_HOME variable to point to the directory where DAC-REMOTE is installed.
In the dac.properties file, edit the following parameter values.
    |  |  |  
    | ServerHost= | Host name of the DAC server. |  
    | ServerPort= | Port of the DAC server. The default is 3141. |  
    | RepositoryStampVal= | Repository stamp that appears in the DAC client Login Details screen. To find this value, in the DAC client navigate to Help > Login Details. | Your dac.properties file should look similar to the following: ServerHost=vranganaw8ServerPort=3141
 RepositoryStampVal=851E0677D5E1F6335242B49FCCd6519
 |