Thread: Multiple System Commands

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    206

    Question Multiple System Commands

    Sorry for asking this, but I can't locate it using the search function. The system(); command is the command I've been trying to use, but it waits for one program to finish before opening the next. Is there a command that will function in the same way as system() without waiting for the program to finish?

    Thanks in advance.
    And maybe another thanks and a cookie after, too =]

  2. #2
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  3. #3
    Registered User
    Join Date
    Dec 2001
    Posts
    206
    EDIT: Nevermind I figured it out.

    Thanks for the redirection =]

    I got that done too xD

    Oh, got this one also.

    That's it for now. Thanks =]
    Last edited by Denethor2000; 02-21-2004 at 10:16 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Calling System Commands from within your program
    By xiver0m in forum C Programming
    Replies: 13
    Last Post: 04-18-2007, 12:28 PM
  2. multiple commands
    By apsync in forum C Programming
    Replies: 1
    Last Post: 03-23-2007, 04:45 PM
  3. Operating system construction
    By AdamLAN in forum Tech Board
    Replies: 7
    Last Post: 03-05-2005, 01:31 PM
  4. what can i type into msdn to bring up all the system commands
    By Shadow12345 in forum Windows Programming
    Replies: 10
    Last Post: 12-30-2002, 06:58 PM
  5. Capturing system commands
    By manwhoonlyeats in forum C Programming
    Replies: 2
    Last Post: 12-07-2002, 07:38 PM