A. Simply entering a batch file’s name within another batch file will run the batch file you want to call. However, after the called batch file completes, it won’t pass control back to the calling batch file. Thus, the calling batch file will be incomplete. To call a batch file and have the file return to the calling batch file after the called file completes, use the call command.
End of Article


main problem is
1 a batch file which has following command
(osql -S server -U sa -P sa < C:\SCRIPT.SQL > C:\Result.txt)
2 script.sql has the name of files
CreateTable.sql
CreateProcedure.sql
3 above given 2 files have script to create the tables & procedure respectivly
so please tell me how i can do it
thanking tou
gourav verma November 13, 2003