Follow us on Twitter Follow us on Facebook
Closed Thread
Results 1 to 4 of 4
C.M.O.S commands.anyone know the basics
  1. #1
    Full Member
    This user has no status.
     


    Reputation
      

    Joined
         10th Jan 2008
    Online
         24th Aug 2008
    Posts
         98
    iTrader
         0

    hi can anyone explain CMOS to me and the purpose of it of why is it there.

    I find it quite good as there is a lot of things you can type in there, like what spec your cpmputer is, what operating system you're using.

    Does anyone of you know what other commads are usefull in cmos. thanks
     Thread Starter
     ...to the topTop

  2. #2
    Full Member
    This user has no status.
     


    Reputation
      

    Joined
         7th Sep 2007
    Online
         25th Jun 2009
    Posts
         154
    iTrader
         0

    The CMOS is used to store BIOS settings, in that coin sized battery on your motherboard. WHat do you mean by CMOS commands?
     ...to the topTop

  3. #3
    Full Member
    This user has no status.
     


    Reputation
      

    Joined
         10th Jan 2008
    Online
         24th Aug 2008
    Posts
         98
    iTrader
         0

    Quote Originally Posted by Axegrinder View Post
    The CMOS is used to store BIOS settings, in that coin sized battery on your motherboard. WHat do you mean by CMOS commands?

    sorry mate, i meant to say CMB.This is when you press START/RUN/CMB. this is in windows xp, commands here you can press is , stuff like DIR, HELP_XCOPY etc

    Do you know any knowledge of this mate
     Thread Starter
     ...to the topTop

  4. #4
    Donor VIP
    This user has no status.
     

    Kano's Avatar
    Reputation
      

    Joined
         3rd Mar 2008
    Online
         9th Jul 2011
    Posts
         1,669
    iTrader
         0

    attrib Allows setting of hidden, read only and system file attributes.
    cacls Utility to change permissions of files. Windows Vista users should use icacls instead.
    chkdsk Checks your hard drive for errors and optionally repairs them.
    cls Clears the command prompt screen.
    copy Copies files from one location to another.
    del Deletes one or multiple files.
    dir Shows a list of files and folders.
    echo Display a message out to the command prompt display.
    exit Close the command prompt or exit a script.
    fc Compare two files and display the differences.
    for Loop through a set and run a command for each item.
    fsutil A powerful command that can be used to configure many file system properties.
    ftype Display or change file associations from the command line.
    getmac Display the MAC address for your network card.
    goto Go to a specific line in a batch file. Also the bane of the programming world.
    icacls Display or change the access control list (permissions) for files.
    if Used as a conditional operator in a batch file.
    ipconfig Display and change your TCP/IP configuration settings, or to flush DNS or renew
    mkdir Make a directory. Also can be used through the md command.
    more Displays output of a command one screen at a time.
    move Move a file or files from one place to another.
    net A set of commands for interacting with Windows network functions.
    netsh Powerful utility that can adjust many network and interface settings.
    netstat Displays immediate networks stats, such as open ports and routing table information.
    path Set the path used by Windows for finding files without having to type the full path of a file.
    pathping Used for network troubleshooting.
    pause Used in batch files to pause the display.
    ping Used for simple network troubleshooting. Not very powerful.
    popd Change the directory back to the directory stored by pushd.
    pushd Change the directory and store the current directory.
    reg Interact with the registry from the command prompt.
    rmdir Delete a folder. Can also be used with the "rd" command.
    ren Change the name of files or folders.
    sc Useful for configuring services.
    schtasks Schedule tasks.
    set Display or change environment variables.
    sfc System File Checker, used to check whether system files are valid or not.
    shutdown Shutdown the computer, optionally restarting if specified.
    start Start a new application separate from the current session.
    subst Map a folder to a drive letter.
    systeminfo Show detailed info about the computer.
    taskkill Used to kill processes.
    tasklist Display a list of processes with their IDs, useful in conjunction with taskkill.
    tracert Used for troubleshooting network connections by tracing through the route to a server.
    tree Display the directory structure in an ascii-style tree.
    type Show the contents of a text file, similar to the cat command on Linux.
    xcopy Copy command that also copies subdirectories and files.

    Theres many more like mrt for a Malware Removal Tool, msconfig to edit startup programs and stuff etc.

    Google "Cmd lists" or something like that and you should come up with a few helpful cmd lists of commands.
     ...to the topTop

 

 

Random Album Pictures

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts