7 lines
271 B
Batchfile
Executable File
7 lines
271 B
Batchfile
Executable File
@echo off
|
|
SET WS_PLATFORM=%1
|
|
IF "%1"=="" SET WS_PLATFORM=xenon
|
|
|
|
copy /B X:\tools_release\gta_bin\audio\GetsureXSL\WaveGesturesHeader.xml+x:\audio\gta4_audio\platformdata\%WS_PLATFORM%\buildinfo\builtwaves.xml %temp%\gesturedWaves.xml
|
|
start %temp%\gesturedWaves.xml
|