CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2003
    Location
    Israel
    Posts
    40

    Running EXE file via NetWork ???

    Hello...

    I am trying to run as exe with

    Shell (ExePath ... )

    the ExePath is a network place (a different computer).
    the exe is running but it's running on the main computer..

    If you know how to define VB.NET on which "machine" to run the exe, please tell me.

    Thank you all.
    E.R.
    Israel.

  2. #2
    Join Date
    Feb 2001
    Location
    Stamford CT USA
    Posts
    2,167
    So you have COMPUTER A and COMPUTER B and you want to run APP A on COMPUTER B from COMPUTER A?

    The only way that I know of is to use either SCHEDULER or some kind of REMOTE SHELL (RSH, TELNET) application.

    -Cool Bizs

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