echo off

set mergetoolexe="%~dp0..\..\..\mergetool.exe"

set contributorFiles= -s="%~dp0src.php" -b="%~dp0base.php" -d="%~dp0dst.php"

set resultFile= -r="%~dp0mergetoolresult.php"

%mergetoolexe%%contributorFiles%%resultFile%


::  if you want to launch manually instead, you can try the following :-)

::  ..\..\..\mergetool.exe -s=src.php -b=base.php -d=dst.php -r=mergetoolresult.php
