Update ooo320-m1
[ooovba.git] / solenv / bin / cws.btm
blob31bff3ab2d0fd684797e23ea8f1c6443193fe9f0
1 @echo off
2 iff "%SOLARENV%" == "" then
3     echo No environment found, please use 'configure' or 'setsolar'
4         goto end
5 endiff
6 iff "%PERL%" == "" then
7         call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\cws.pl %1&
8 else
9         call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cws.pl %1&
10 endiff
11 :end