update dev300-m58
[ooovba.git] / solenv / bin / cwstouched.btm
blob33e442dbb51c29d1982ad170e46df3f7d890bfdc
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\cwstouched.pl %1&
8 else
9         call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstouched.pl %1&
10 endiff
11 :end