Page 1 of 1

Copy a file after another by process

Posted: Wed May 21, 2014 11:34 am
by beber005
Hello everyone,

I ask myself an idiot question! I created a process that created me an output file. In the same process I want to know if it was possible to specify a different source. This source is another file that should come to stick to the end of the 1st.

I do not know if I made ​​myself clear and if what I recall is achievable through process.

Thank you for your help and your time

Re: Copy a file after another by process

Posted: Wed May 21, 2014 12:03 pm
by Wim Gielis
Hello

If I understand you correctly, create a VBScript code or dos cmd that merges the 2 files.
You can execute the code in a TI process using the ExecuteCommand( ... ) function.
Many examples have been written in other topics of the forum.

Re: Copy a file after another by process

Posted: Wed May 21, 2014 12:17 pm
by beber005
Ok thank's a lot I'm going to watch these examples :)