You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
179 B
11 lines
179 B
@echo off
|
|
if "%3" == "" goto Usage
|
|
call perl %_NTBINDIR%\tools\MergeFiles.pl %1 %2 %3
|
|
goto end
|
|
|
|
:Usage
|
|
echo.
|
|
echo Usage: MergeFiles.cmd file1 file2 outfile
|
|
echo.
|
|
|
|
:end
|