office-gobmx/solenv/bin/merge2top.btm

10 lines
276 B
Text
Raw Normal View History

2002-01-30 00:29:01 -06:00
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