Here is the script you would put into a batch file to register all of the files in the current directory with Gacutil. You don't need to put it in a batch file (you can just copy/paste it to a Command Prompt) to do it.
FOR %1 IN (*) DO Gacutil /i %1
Edit: Bah, sorry I was late. I didn't see the previous post when I posted mine.
