mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-08 22:28:15 -05:00
10 lines
207 B
Batchfile
10 lines
207 B
Batchfile
set SolutionDir=%1
|
|
set ProjectDir=%2
|
|
|
|
if not exist "%SolutionDir%BUILD" (
|
|
mkdir "%SolutionDir%BUILD"
|
|
)
|
|
|
|
if not exist "%SolutionDir%BUILD\userraw\scripts" (
|
|
mkdir "%SolutionDir%BUILD\userraw\scripts"
|
|
) |