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