Is anyone aware how can we execute UNIX shell scripts from VB applications.
Printable View
Is anyone aware how can we execute UNIX shell scripts from VB applications.
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...00-908184.html
You and also do it using WinSock... sorry don't have an example handy though.
Thanks a lot I think that should take care of it.