Asanders,
What copy command do you use in your batch file? I understand the @file option. I dont understand how a remote copy command will copy the proper file to all of the computers in the computer.txt file. Dont you have to specify the file to be copied and the destination in the copy command?
copy c:\folder\test.txt "\\remote computer\folder"
How does the computer.txt file replace the remote computer?