office-gobmx/solenv/bin/cws.btm
2008-09-25 13:55:30 +00:00

11 lines
291 B
Text

@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\cws.pl %1&
else
call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cws.pl %1&
endiff
:end