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 wOOdy-Soft 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 skynetosiris

  1. skynetosiris

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

    It did not work the external application still hangs :(
  2. skynetosiris

    How can i read a DOS Window results

    How can i add a method to this code to stop the application if the external program hangs? Thanks in advance
  3. skynetosiris

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

    Sorry I don't fully understand the suggestion, i just want to know in that code where to put an option to finish the external execution if it hangs thanks
  4. 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...
  5. 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...
  6. skynetosiris

    How can i read a DOS Window results

    I make it work!!! great job Thanks :D
  7. skynetosiris

    How can i read a DOS Window results

    Your solution is nice but whenever i run it with this ssh -root apsu0001 /opt/apvadmin/bin/HpAddMySql JMG pass NT the application hangs you know why? Thanks in advance Javier
  8. skynetosiris

    How can i read a DOS Window results

    TO Peter Westling I think i don't fully understand your solution, how could you implement that?, i mean i just put the code that you type here in the loadform? or how does that work? Thanks in advance
  9. skynetosiris

    How can i read a DOS Window results

    SemperFiDownUnda: About this: << have you looked at PuTTY? It is a free Telnet/SSH client. God I hate saying this. But I can't give you the code we have as its not based on Open Source and I don't own the IP. But for your project you might be able to use the PuTTY code and write a small...
  10. 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...
  11. skynetosiris

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

    Ok, thanks so much for your answer, just want last question (sorry im new on this), The SP is in other file or inside the vb code? thanks again
  12. 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?
  13. 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 &quot;OK&quot; message and unable de tiemer and if not send a timeout error? Thanks in advance
  14. skynetosiris

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

    Ok let me explain: What i want is to run a DOS Application (it does not matter if is ssh or whatever) I want that if the DOS application hangs the program ends by timeout so i will be able to send an error message, but if the program finishes ok, i would like that the program cancels the...
  15. 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