• You could save all the queries in 1 .sql file separated by the GO statement and then execute the 1 command.

    You could create a batch file (.bat) that executes the queries using sqlcmd. Lookup sqlcmd in BOL for syntax.