I have multiple avi files that I would like to join into spearate movies. I can do this easily with Vdub by using direct stream copy and appending the segments but I have to go through the whole batch as each movie is named differently as file a.avi and b.avi. I have to append a to b and save in job list then onto the next and append a and b and save in batch list and so on. If I have a lot of thes eit can be time consuming.

I have a .vbs script that uses a .vcf template to to batch automate the encoding of the audio to CBR so that they are all compatible to be joined in the first place. Not knowing how to do .vbs scripting I have been searching to see if there is one for the joining of the files as well but cannot find one anywhere - is this possible or is it too detailed as I assume that the script would need to be able to recognise the filenames of each pair of files in the directory are the same and then which one goes first out of file 1 and 2?

With the audio script it is not identifying tehpairs of files it literally just encodes them all spearatly but with the same settings.

Any suggestions would be appreciated

Thanks all.