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