office-gobmx/solenv/bin/mkdir.btm

7 lines
131 B
Text
Raw Normal View History

2000-10-12 10:17:55 -05:00
rem @echo off
iff "%PERL%" == "" then
call perl5 %SOLARENV%\bin\mkdir.pl %1&
else
call %PERL% %SOLARENV%\bin\mkdir.pl %1&
endiff