12 lines
212 B
Plaintext
12 lines
212 B
Plaintext
iff exist %~dp0local.btm then
|
|
call %~dp0local.btm
|
|
endiff
|
|
|
|
iff not defined STUDIO_VERSION_MAJOR_MINOR then
|
|
set STUDIO_VERSION_MAJOR_MINOR=18.05
|
|
endiff
|
|
iff not defined WORK_DIR then
|
|
set WORK_DIR=C:\work
|
|
endiff
|
|
|