office-gobmx/solenv/bin/cwsattach.btm
Vladimir Glazounov 7731325860 INTEGRATION: CWS cwsattach2 (1.1.2); FILE ADDED
2008/03/03 14:48:09 bei 1.1.2.1: #i86646# cwsattach for windows
2008-03-18 14:43:40 +00:00

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