> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Takx Version 명령

> Takx Version 명령

`takx-version` 명령을 사용하여 터치 적응 번들의 스키마 버전과 포함된 레이아웃의 가장 높은 스키마 버전을 확인합니다.

다음 표는 스키마 버전을 확인하기 위해 필요한 옵션을 보여줍니다.

| 옵션                                      | 설명                                        |
| --------------------------------------- | ----------------------------------------- |
| `--takx`<br />`--takx-file <takx-file>` | 스키마 버전을 확인할 터치 적응 번들의 경로. 이 매개 변수는 필수입니다. |

### 예제

터치 적응 번들의 스키마 버전을 확인하려면 다음 코드 예제를 사용하세요.

```
C:\>tak takx-version --takx-file C:\tmp\MyGameLayouts.takx
Version information for 'MyGameLayouts.takx':
  Version: 1.1.0.0
  Version Name: DLC 1
```

## 참고 항목

[Touch Adaptation Kit 명령줄 도구(tak.exe)](/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line)


## Related topics

- [Pack 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-pack-command.md)
- [Touch Adaptation Kit (TAK) 명령줄 도구 참고서](/ko/build/core-features/common/game-streaming/tak-command-line-tool/index.md)
- [Verify 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-verify-command.md)
- [Unpack 명령](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line-unpack-command.md)
- [Touch Adaptation Kit 명령줄 도구(tak.exe)](/ko/build/core-features/common/game-streaming/tak-command-line-tool/game-streaming-tak-command-line.md)
