How would you execute a stored procedure in SQL Server (using windows authentication) from a batch file?
With SQL Server 2005 and above you can use sqlcmd.exe. More info about how to use it:
http://msdn.microsoft.com/en-us/library/ms170572.aspx
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=109770