2007-03-08 09:15:09 -06:00
|
|
|
@echo off
|
2008-03-18 09:43:54 -05:00
|
|
|
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
|