#97100#: merge2top wrapper
This commit is contained in:
parent
d58c7d8ea0
commit
f198f65102
1 changed files with 9 additions and 0 deletions
9
solenv/bin/merge2top.btm
Normal file
9
solenv/bin/merge2top.btm
Normal 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
|
Loading…
Reference in a new issue