Hi:

Using Oracle SQL*Plus, I can run several sql scripts this way :
> @script1
> @script2
> @script3

How can I use SQL server ISQLW tool to do the same thing?

Thanks for your kind help.