home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / split.zip / MERGE.XMP < prev    next >
Text File  |  1993-07-12  |  556b  |  20 lines

  1. REM Rename to MERGE.CMD
  2.  
  3. REM Parameter 1 is the directory where JOIN.EXE is installed.
  4. REM Parameter 2 is the directory where XYZ.AVI is installed.
  5. REM Parameter 3 is the directory where ABC.* are installed.
  6.  
  7. REM Include as many of these lines are necessary to process
  8. REM the split files.
  9. %1\join %2\XYZ.AVI %3\ABC.2
  10. %1\join %2\XYZ.AVI %3\ABC.3
  11. %1\join %2\XYZ.AVI %3\ABC.4
  12. %1\join %2\XYZ.AVI %3\ABC.5
  13.  
  14. REM Include as many of these lines are necessary to process
  15. REM the split files.
  16. del %3\ABC.2
  17. del %3\ABC.3
  18. del %3\ABC.4
  19. del %3\ABC.5
  20.