Hi,
What is the fastest way,how I can merge two lines that are in spearate files,then write to another file (merged lines).Example:
file1.txt contain :
AAAA
1111
file2.txt contain:
BBBB
2222
the point is make file3.txt with values from both files that would looks like below:
AAAA BBBB
1111 2222
At this moment,I made a macro script.Opened 3 windows,first window - file1.txt,second window file2.txt and third window for merged results...
The macro copy into clipboard first value from file1.txt,then I use next window value in macro and paste into third window that value from file1.txt.
Move to file2.txt and copy paste again to third window...So it do what I need.
however that way is terrible slow.My time wait is more then few days if I will do that !
Maybe can someone suggest a faster way to do what i have described ?
Thanks.
What is the fastest way,how I can merge two lines that are in spearate files,then write to another file (merged lines).Example:
file1.txt contain :
AAAA
1111
file2.txt contain:
BBBB
2222
the point is make file3.txt with values from both files that would looks like below:
AAAA BBBB
1111 2222
At this moment,I made a macro script.Opened 3 windows,first window - file1.txt,second window file2.txt and third window for merged results...
The macro copy into clipboard first value from file1.txt,then I use next window value in macro and paste into third window that value from file1.txt.
Move to file2.txt and copy paste again to third window...So it do what I need.
however that way is terrible slow.My time wait is more then few days if I will do that !
Maybe can someone suggest a faster way to do what i have described ?
Thanks.