mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 23:29:12 +00:00
12 lines
300 B
Batchfile
12 lines
300 B
Batchfile
@echo off
|
|
|
|
pushd .\ci\
|
|
if not exist ".\source\" mkdir .\source\
|
|
if not exist ".\source\scripts\" mkdir .\source\scripts\
|
|
if not exist ".\source\maps\" mkdir .\source\maps\
|
|
|
|
xcopy /y /s /e ..\scripts\ .\source\scripts\
|
|
xcopy /y /s /e ..\maps\ .\source\maps\
|
|
|
|
preGSC.exe -noforeach -nopause
|