summaryrefslogtreecommitdiff
path: root/solenv/bin/cwsquery.btm
blob: 60340bcc7ccbe9aac3077b3c4d4eb04a7b4f813d (plain)
1
2
3
4
5
6
7
8
9
10
11
@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