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!

Search results for query: *

  1. skynetosiris

    How can i kiil a process that i open with the API not the Shell

    Im running an external process in visual basic using the API which is ok (everything runs perfect) but if the external process hangs asking a question i would like to kill the external process using a time out, how can i do this? Thanks in advance (my process comes as follows:) Private Declare...
  2. skynetosiris

    VB aplication external process hangs

    im using the attached process to run an external program, everything works fine, but whenever the external program hangs my application hangs, how can i implement a timer to stop the application if the external program hangs? thanks in advance Public Function ExecuteApp(sCmdline As String) As...
  3. skynetosiris

    How can i read a DOS Window results

    Hi I run this command in a DOS Window via visual basic: shell (ssh apsu0001 /opt/apvadmin/bin/HpAddMySql param1, param2,1) Everything is ok BUT i would like to use the results that the shell are presenting in the DOS window (i mean take the screen results and put it on a textbox). is that...
  4. skynetosiris

    How can i run and send parameters to a SP from VB

    I want to execute and send parameters to a SP script within visual basic, how is this posible?
  5. skynetosiris

    Wait for a shell to finish and send ok status if not sen timeout error

    It is posible to run a program with the shell function, wait for it to end for certain time, and if ends ok send an "OK" message and unable de tiemer and if not send a timeout error? Thanks in advance
  6. skynetosiris

    Im running a ssh within visual basic but i would like to control it

    Im running an ssh shell in visual basic, what i want to do is that the DOS window get the focus, and my vb program gets aware of it, once a timeout is complete it would rise me an error, but if is run ok, i want that the vb application finishes ok?, is that posible?, i hope this make sence...

Part and Inventory Search

Back
Top