mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-25 15:19:14 +00:00
11 lines
322 B
Batchfile
11 lines
322 B
Batchfile
@echo off
|
|
|
|
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 -infold .\source\ -outfold .\pregsc\
|