office-gobmx/solenv/bin/createpdbrelocators.btm

10 lines
292 B
Text
Raw Normal View History

@echo off
iff "%SOLARENV%" == "" then
echo Please configure environment with setsolar
endiff
iff "%PERL%" == "" then
call perl5 -I%SOLARENV%\bin\modules %SOLARENV%\bin\createpdbrelocators.pl %1&
else
call %PERL% -I%SOLARENV%\bin\modules %SOLARENV%\bin\createpdbrelocators.pl %1&
endiff