Windows-Server-2003/tools/mergefiles.cmd

12 lines
168 B
Batchfile
Raw Permalink Normal View History

2024-08-04 01:28:15 +02:00
@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