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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jhampton13

  1. jhampton13

    Stored Procedure Calling Batch File

    Thanks for your help. I'm pretty sure that if I use an extended stored procedure, this will work ok. Thanks again
  2. jhampton13

    Stored Procedure Calling Batch File

    I would like to call a batch file from a stored procedure, something like If (this happens) then (call xxxx.bat) I know there are some ways of doing this by stepping outside of the database into the O/S and then calling the batch file, but I have been searching for an easier way. If...
  3. jhampton13

    Java commands in a batch file...

    Thanks.. I'll give it a try
  4. jhampton13

    Java commands in a batch file...

    They will both execute on the command line. But only the first will execute in the batch file. The program freezes before the second command will execute. I was thinking maybe putting them in a loop of some kind.. I could be way off...
  5. jhampton13

    Java commands in a batch file...

    I am calling a java command in a batch file. I can call the first command fine, but the .bat file hangs before calling the second command. It is basically a file that sends a test message to a phone if something is wrong. It will send the message to the first phone fine, but not the second...

Part and Inventory Search

Back
Top