Thread: System commands

  1. #1
    Registered User
    Join Date
    Sep 2006
    Posts
    57

    System commands

    Hi guys... I want to know where i can find all commands that i can use with
    system ("command")
    like PAUSE, CLS, etc... I searched on google but i dont found anything, someone know? Thanks

  2. #2
    Registered User Osaou's Avatar
    Join Date
    Nov 2004
    Location
    Stockholm, Sweden
    Posts
    69
    First result on google: http://www.computerhope.com/msdos.htm

  3. #3
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    Quote Originally Posted by Tropicalia
    Hi guys... I want to know where i can find all commands that i can use with
    system ("command")
    like PAUSE, CLS, etc...
    That's a question about your operating system.
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  4. #4
    Registered User
    Join Date
    Jan 2006
    Location
    Latvia
    Posts
    102
    Go to Start->Run, type in "cmd", there type "help" ...voila! All the commands.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. running system commands??
    By killdragon in forum C++ Programming
    Replies: 13
    Last Post: 09-25-2004, 02:49 PM
  2. 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
  3. Capturing system commands
    By manwhoonlyeats in forum C Programming
    Replies: 2
    Last Post: 12-07-2002, 07:38 PM
  4. System(); commands
    By Ryan in forum C++ Programming
    Replies: 15
    Last Post: 03-15-2002, 07:05 PM
  5. system commands
    By mervin in forum C Programming
    Replies: 3
    Last Post: 02-03-2002, 09:01 AM