#97100#: merge2top wrapper

This commit is contained in:
Jens-Heiner Rechtien 2002-01-30 06:29:01 +00:00
parent d58c7d8ea0
commit f198f65102

9
solenv/bin/merge2top.btm Normal file
View file

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