Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using a batch file to automate SQLTalk

Status
Not open for further replies.

dalex17

Technical User
Jul 14, 2002
96
0
0
US
Hello,

Can I get some assistance on creating a quick and simple batch file (is this even the correct group)? I am a first time creator of a batch file and am not finding the internet very resourceful.

My goal is to do the following:

1) Open a program (SQLTalk)
2) Open a file
3) Run the file
4) Close the program

Dalex
 
Dalex,
I run batch jobs every night. Email me:

scevem@totalshow.com

NOTE: This is a business email and unsolicited emails will be investigated and appropriate action will be taken.
 
OK, I found the process. It is scheduled to run nightly and runs a script. The script spools the output to a text file. SQLTalk closes itself when the job is done. This can be run through a scheduler or via a BAT file. The following command is all on one line:

C:\Centura\sqltalk.exe BAT INPUT=Q:\BACKUP\KEYVALS\UnloadKeyvalsAllBranches.sql
 
Modeltrains,

This is fantastic. Thanks. I guess I will create a batch file and enter the info as you have suggested above. I'll e-mail you if I run into an problems.

Also, if you have any additional comments, I deeply welcome them.

Thanks again!

Dalex
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top