
OK, maybe it can't be done, but reading everything about command line switches, help file, Google have all lead to a dead end. Constant errors. What I'd like to do seems simple enough, but I just cannot for the life of me figure it out - I must be doing something stupid. Here's the situation:
I have a folder, and in that folder are HUNDREDS of rar files. I need to add ONE file to each of the hundreds of achives. The one file I want to add is a plain text file, though that shouldn't matter. For the sake of example, let's call that file test.txt
So quite simply, what code could I place into a batch file, that would simply add one file into hundreds of pre-existed rar's?
Typically, the errors I receive are simlilar to:
Cannot create TestRarFile1.rar
The filename, directory name, or volume label syntax is incorrect.
It seems like I've tried every iteration, but now have to turn to the experts! HELP!
Yes, I do have the full version of WinRAR, and XPsp3

