Thread: Process Returns

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    465

    Process Returns

    I was wondering if there is a System() function I can call in order to return a list of system processes and manipulate the processes. I want to create a program that lets me effectively control another computer for the reason that I have another computer upstairs and hate walking up and down the stairs to get to and fro. Also, is there any security verification (I hope so) that I need to go through so windows is aware that I'm not trying to just hack the computer to bits? I searched around and mostly commercial remote task managers appear that I don't want to buy.
    My computer is awesome.

  2. #2
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    Why not use a number of other programs floating around that do what you're trying?

    Radmin, Remote Desktop, etc. etc..

  3. #3
    Woof, woof! zacs7's Avatar
    Join Date
    Mar 2007
    Location
    Australia
    Posts
    3,459
    It's platform specific, browse around MSDN.

    However, I would recommend setting up WinSSH on the computers and doing it that way
    Last edited by zacs7; 06-25-2007 at 02:10 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Polynomials and ADT's
    By Emeighty in forum C++ Programming
    Replies: 20
    Last Post: 08-19-2008, 08:32 AM
  2. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  3. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM
  4. Process sending file descriptors to another process
    By Yasir_Malik in forum C Programming
    Replies: 4
    Last Post: 04-07-2005, 07:36 PM
  5. process ring
    By gregulator in forum C++ Programming
    Replies: 0
    Last Post: 02-28-2005, 08:21 PM