repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update ooo320-m1
[ooovba.git]
/
solenv
/
bin
/
mkdir.btm
blob
5b610c829e5229baeddaf1f87c5ba278ce4a2adb
1
rem @echo off
2
iff "%PERL%" == "" then
3
call perl5 %SOLARENV%\bin\mkdir.pl %1&
4
else
5
call %PERL% %SOLARENV%\bin\mkdir.pl %1&
6
endiff