merge the formfield patch from ooo-build
[ooovba.git] / solenv / bin / cwsattach.btm
blob94a0f28c7ab8848710ddea720087398b69e31dcb
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\cwsattach.pl %1&
8 else
9         call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwsattach.pl %1&
10 endiff
11 :end