Alright guys heres the run down, I have a small kixtart app that is run from batch script, the batch script runs two apps, cpuz, and keyfinder.

Kixtart then has the user enter the key on the machine(the installed key is a corporate VLK so this does no good).

Then the generated files are send through outlook via kixtart


The problem!

I have two generated files 1.txt and 2.txt.
With kixtart i need to merge these files into the workstation name
(yes there is a reason, no i dont want to hear alternatives)


shell "copy /Y 2.txt+1.txt @WKSTA.txt" Does nothing
shell "copy /Y 2.txt+1.txt %computername%.txt" Does nothing.

copy /Y 2.txt+1.txt %computername%.txt in the directory, via cmd works fine