Executecommand(); in TI process can be used to execute command line commands. I want to use "copy" command to merge two files into one file. Can you please help me with the code.
I am using below code in my TI Process. Its not throwing me an error but its not appending the content of files.
vFileName1 = 'D:\Tm1\MgmtStaff2014-04-17.txt';
vFileName3 = 'D:\Tm1\test.txt';
ExecuteCommand( 'CMD /C TYPE ' | vFilename1 | '>> ' | vFileName3,1);
Looking for your suggestion
How to use Copy command in TI Process
Re: How to use Copy command in TI Process
Thanks for your precious advice.
It's working
It's working
