시작하기 > 클라이언트 설치 > Windchill RV&S 클라이언트 설치 > 단일 컴퓨터에 여러 Windchill RV&S 클라이언트 설치하기
  
단일 컴퓨터에 여러 Windchill RV&S 클라이언트 설치하기
* 
이 절차에서는 설명을 위해 두 개의 Windows 클라이언트(Windchill RV&S 11 및 Windchill RV&S 12 클라이언트)를 단일 컴퓨터에 설치하는 방법을 설명합니다.
1. 클라이언트가 컴퓨터의 개별 디렉터리 두 곳에 설치되어 있는지 확인합니다. 예를 들면 다음과 같습니다.
Windchill RV&S 11 클라이언트 설치 디렉터리:
c:/Program Files/client11/IntegrityClient
Windchill RV&S 12 클라이언트 설치 디렉터리:
c:/Program Files/client12/IntegrityClient12
2. 12 클라이언트의 경우 다음 콘텐츠가 포함된 .bat 파일을 생성합니다.
@ECHO OFF
title client12
cd\
cd Program Files\client12\IntegrityClient12\bin
@REM Set the path to point at the 12 client install first.
set PATH=C:\Program Files\client12\IntegrityClient12\bin;%PATH%
* 
mksis 명령에 액세스하려면 Windchill RV&S 서버 경로를 Windchill RV&S 클라이언트 경로 뒤에 추가합니다. 예를 들면 다음과 같습니다.
set PATH=C:\Program Files\client12\IntegrityClient12\bin\;
C:\Program Files\Integrity\IntegrityServer12\bin\;%PATH%
@REM Set the MKS_IC_INSTANCE_DIR variable to specify the location
of the client’s ViewSet, Sandbox registry, and preference files.
set MKS_IC_INSTANCE_DIR=C:\Program Files\client12\homedirectory
3. Windchill RV&S 12 매뉴얼 페이지가 Windchill RV&S 12 클라이언트에 대해 표시되도록 하려면 .bat 파일에서 다음 변수를 설정합니다.
@REM Set the MAN variables.
set MAN_CHM_INDEX=C:/PROGRA~1/MKSTOO~1/etc/chm/tkutil.idx;
C:/PROGRA~1/MKSTOO~1/etc/chm/tkapi.idx;C:/PROGRA~1/MKSTOO~1/
etc/chm/tcltk.idx;C:/PROGRA~1/MKSTOO~1/etc/chm/tkcurses.idx;
C:/Program Files/client12/IntegrityClient12/etc/siman.idx;
C:/Program Files/client12/IntegrityClient12/etc/imman.idx;
C:/Program Files/client12/IntegrityClient12/etc/isman.idx;
set MAN_TXT_INDEX=C:/PROGRA~1/MKSTOO~1/etc/chm/tkutil.idx;
C:/PROGRA~1/MKSTOO~1/etc/chm/tkapi.idx;C:/PROGRA~1/MKSTOO~1/
etc/chm/tcltk.idx;C:/PROGRA~1/MKSTOO~1/etc/chm/tkcurses.idx;
C:/Program Files/client12/IntegrityClient12/etc/siman.idx;
C:/Program Files/client12/IntegrityClient12/etc/imman.idx;
C:/Program Files/client12/IntegrityClient12/etc/isman.idx;
4. 명령줄 프롬프트에서 .bat 파일을 실행합니다.
5. .bat 파일을 실행한 동일한 명령줄 프롬프트에서 실행할 클라이언트를 시작합니다.
* 
새 명령줄 프롬프트에서 클라이언트를 시작할 경우 .bat 파일에 설정된 변수를 읽을 수 없습니다.
* 
Windchill RV&S 11 클라이언트의 경우에도 유사한 .bat 파일을 생성하도록 선택할 수 있습니다.