Window Commands

 Window Top Commands. 

  1.  Date : 
              To find current date.
  2. Time :
             To display current time.
  3. CD :
             Change Directory ..Used to switch directories in MS-DOS.
  4.  CD.. :
              Goes back from current directory to previous directory.
  5.  CD / :
              Goes to highest , root directory.
  6. MD :
              Make Directory. Used to create new directory.
              syntax= md directory_name
  7. Start directory_name :
              To open folder using cmd.
  8. C:\> d:  :
              This command is used to change another directory .
  9. RD : 
              Used to remove directory.
  10. Copy con filename.txt :
              Create a new file with extension of (txt).
  11. Rename :
              Used to rename files and directory from original to new name.
              Syntax:: Rename *.txt *.bak
              Syntax:: Rename filename.txt test.txt
  12. echo "hi hello " :
              Used to display a line of text/string on standard  output.
  13. copy :
              Allow to copy one ore more files to alternative location.
              Syntax:: copy abc.txt d:/   -- copy to D drive.
  14. Doskey:
              This is utility software that allows a user to keep a history of  command used on computer.
  15. ver ::
               Used to display version of MS-DOS.
  16. Format ::
               Format command is used to erase data of computer diskette or fixed disk drive.
               Syntax :: format disk_name
  17. cls :
              This is basic command used to clear the command screen.
  18. find :
              This command allows you to search text within a file.
               Syntax:: find "world" file_name.txt

Comments

Popular posts from this blog

About RAM

Class and object in c++