a663a4b91d
2008-12-19 11:19:12 +0100 cn r265721 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:07:50 +0100 cn r265720 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:06:24 +0100 cn r265719 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-17 12:37:50 +0100 lla r265595 : #i97357# us of illegal characters in file
11 lines
305 B
Text
Executable file
11 lines
305 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\cwstouched.pl %1&
|
|
else
|
|
call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\cwstouched.pl %1&
|
|
endiff
|
|
:end
|