cc44de7ee9
2008/03/03 14:48:51 bei 1.1.410.1: #i86647# check SOLARENV
11 lines
301 B
Text
Executable file
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
|