9 lines
85 B
Batchfile
9 lines
85 B
Batchfile
|
set include=
|
||
|
cd game
|
||
|
call game
|
||
|
cd ..\cgame
|
||
|
call cgame
|
||
|
cd ..\ui
|
||
|
call ui
|
||
|
cd ..
|