14 lines
206 B
Batchfile
14 lines
206 B
Batchfile
|
cd game
|
||
|
call game_ta
|
||
|
call game
|
||
|
cd ..\cgame
|
||
|
call cgame_ta
|
||
|
call cgame
|
||
|
cd ..\ui
|
||
|
call ui
|
||
|
cd ..\q3_ui
|
||
|
call q3_ui
|
||
|
cd ..
|
||
|
call closefiles
|
||
|
copy release_ta\quake3.exe g:\quake3\quake3.exe
|
||
|
call installvms
|