Click to See Complete Forum and Search --> : VB UNIX help


wonderman1234
September 15th, 2001, 07:06 PM
Is anyone aware how can we execute UNIX shell scripts from VB applications.

dcaillouet
September 15th, 2001, 10:02 PM
I've used an ActiveX control called Remote Shell with good results. Its not free, but $15 isn't too bad if you really need it.

http://download.cnet.com/downloads/0-14499-100-908184.html

DSJ
September 17th, 2001, 11:05 AM
You and also do it using WinSock... sorry don't have an example handy though.

wonderman1234
September 17th, 2001, 08:08 PM
Thanks a lot I think that should take care of it.