Leaked source code of windows server 2003
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

  1. @echo off
  2. if "%3" == "" goto Usage
  3. call perl %_NTBINDIR%\tools\MergeFiles.pl %1 %2 %3
  4. goto end
  5. :Usage
  6. echo.
  7. echo Usage: MergeFiles.cmd file1 file2 outfile
  8. echo.
  9. :end