CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    WA
    Posts
    65

    I need some advice- Create/Kill process information - Please read

    I need the ability (and I am unsure of how to accomplish this task) to start an application on a remote computer. The remote computer is running Windows NT server 4.0, and all clients will be NT machines.

    Basically, I need some direction here. I have never attempted this, and I'm not sure what is the best road to take to accomplish this task. I am very familiar with C++, and MFC so that'll help. But admittedly I haven't used every single class in the library so I don't know if there is something there to help me accomplish this goal.

    Can you help give me some direction? Thanks in advance..

    - Troy

  2. #2
    Join Date
    Apr 1999
    Location
    Miami, FL
    Posts
    67

    Re: I need some advice- Create/Kill process information - Please read

    I imagine that you'll need all your client machines to run some NT Service so the server can send them the requests to execute the application(s).

    If I were you I'd spend some time searching the web for NT apps/services that do what you need.

    Where I currently work they use an application from Tivoli (http://www.tivoli.com) which does this and more. It actually "pushes" software onto the client machines. So if tomorrow the programmers need a new version of VC++, it just gets pushed onto their machines rather than having someone go to each machine to individually upgrade it. That's cool!

    Good luck!

    Alvaro

  3. #3
    Join Date
    Jul 1999
    Location
    UK
    Posts
    14

    Re: I need some advice- Create/Kill process information - Please read

    Consider using rsh or rexec

    Carl

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