This lab will hopefully familiarize you with the command prompt. In order to do
ID: 3872380 • Letter: T
Question
This lab will hopefully familiarize you with the command prompt. In order to do it, you will need to do some research on the web to locate command references. There are many out there. Just Google DOS Command Reference, or Windows Command Prompt and you should find many sites from which to choose. Most will explain the command, what it does, what options are possible, and will also give the format of the command From the command prompt, there is a HELP command that shows all available commands. If you need help on a specific command just type in the name of the command after HELP. For example, if you wanted help on the copy command, you would type HELP COPY, By the way the Windows command line is NOT case sensitive. To reach the command prompt, click START, choose and click RUN, then type CMD in the window. Commonly used commands - Se if you can define what each does in the blank provided: CLS DIR VOL REN . TIME DATE TREE EDIT COPY . MOVE DEL MD .CD .RD HELPExplanation / Answer
1. CLS - This command is used to clear the screen.
2. DIR - This command displays a list of files and subdirectories in a directory.
3 DIR /S /P - DIR /S lists the contents of all subdirectories and DIR /P displays the contents a page at a time as many as will fit in your command line window. and you have to press any key to display the next page.
4. VOL - This command displays the disk volume label and serial number.
5. REN - This command rename a file or files.
6. TIME - This command display and set the system time.
7. DATE - This command display and set the system date
8. TREE - This command display the folder structure in a graphicaly manner.
9. EDIT - This command open a file for you to edit it.
10. COPY - This command copy one or more files to another location.
11, MOVE - This command move one or more files from one directory to another.
12. DEL - This command delete one or more files.
13. MD - This command create a new directory.
14.CD - This command is use to change directory.
15. RD - THis command is use for remove the directory.
16. HELP - This command provide information for window command.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.