I am using sql server 2000 with multiple databases. I need to update the stored procedures on all some of the databases. I would like to do this via a dos batch program that will invoke osql, iterate through a file which contains all the items that I to update. How would I do this?