09 Jul 2012
You seem to manage to post to the forum. So what is your question here?
bat file
call the scripts in the bat file like
bteq < yoursql.txt > yoursql.log 2>&1
Ulrich
Der Beginn aller Wissenschaften ist das Erstaunen, dass die Dinge sind, wie sie sind.-Aristoteles
09 Jul 2012
Open an editor
paste
bteq < myfilename.txt > myfilename.log 2>&1
into it
and save it as
batchsql.bat
you can call this file from an windows cmd window and it will execute your bteq and create a log file.
Der Beginn aller Wissenschaften ist das Erstaunen, dass die Dinge sind, wie sie sind.-Aristoteles
You must sign in to leave a comment.

HI,
I have 10 different .txt files which contains the BTEQ script.
I can able to run all them though the command prompt.
Now, i want to create a .bat file, which should call all of the 10 .txt files (Which has the BTEQ scipt within) and executes.
Please help me on this.
Thanks,
Lords