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

    Launch a process in a remote machine

    I would like to launch a process in a remote machine, but I don´t know how I can do it. I am working with Windows NT.I know how I can kill a process in a remote machine with rkill, but i don´t know how i can launch it.
    Thanks very much.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Launch a process in a remote machine

    there is a REXEC command that is supposed to allow you to start a process on another machine.


  3. #3
    Guest

    Re: Launch a process in a remote machine

    If the application you want to launch is developed on your own
    you can implemment COM interface. DCOM technology enables both launching and
    killing such process either on local or remote machine quite easily.
    It also enables to communicate with such process across network.


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