In Windows at a CMD prompt:
copy /b "file1"+"file2"+"file3" "CombinedFile"
I copied the files from the SD to my system and run CMD from their folder.
example:
Code: Select all
copy/b 00000.mts+00001.mts Dory1.mtsI never had to do so in VS so I don't know how good it handle that glitch at the adding point.
