office-gobmx/solenv/bin/cwsquery.btm
Vladimir Glazounov cc44de7ee9 INTEGRATION: CWS cwsattach2 (1.1.410); FILE MERGED
2008/03/03 14:48:51 bei 1.1.410.1: #i86647# check SOLARENV
2008-03-18 14:43:54 +00:00

11 lines
301 B
Text
Executable file

@echo off
iff "%SOLARENV%" == "" then
echo No environment found, please use 'configure' or 'setsolar'
goto end
endiff
iff "%PERL%" == "" then
call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwsquery.pl %1&
else
call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwsquery.pl %1&
endiff
:end