CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: VB UNIX help

  1. #1
    Join Date
    Sep 2001
    Posts
    2

    VB UNIX help

    Is anyone aware how can we execute UNIX shell scripts from VB applications.



  2. #2
    Join Date
    Sep 2001
    Location
    Little Rock, Arkansas
    Posts
    40

    Re: VB UNIX help

    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


  3. #3
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: VB UNIX help

    You and also do it using WinSock... sorry don't have an example handy though.


  4. #4
    Join Date
    Sep 2001
    Posts
    2

    Re: VB UNIX help

    Thanks a lot I think that should take care of it.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured