Term
How do you start a command prompt session in Windows XP? |
|
Definition
|
|
Term
What is the command to see or update the time? |
|
Definition
|
|
Term
What is the switch for the time command if you want to see the time but not be prompted to enter a new time? |
|
Definition
|
|
Term
What is the command for seeing or changing the date? |
|
Definition
|
|
Term
What is the DATE switch for seeing the date but without being prompted to change the date? |
|
Definition
|
|
Term
What is the command to get a list of commands and a short explanation of what they do? |
|
Definition
|
|
Term
What is the command to get a list of files and directories? |
|
Definition
|
|
Term
What is the command to see what version of Windows you have? |
|
Definition
|
|
Term
What is the command to clear the screen? |
|
Definition
|
|
Term
What is the command to make an exact copy of a floppy disk? |
|
Definition
|
|
Term
What is the command to make a copy of a disk in A: drive and make the copy also on A: drive? |
|
Definition
|
|
Term
Can the DISKCOPY command copy disks of different sizes? |
|
Definition
|
|
Term
What does a single dot (.) represent? |
|
Definition
The current directory. The directory that your prompt says. |
|
|
Term
What do two dots (..) represent? |
|
Definition
The parent of your current directory |
|
|
Term
How can you repeat the last command? |
|
Definition
|
|
Term
What is the command to change to A: drive |
|
Definition
|
|
Term
What is the command to change to C: drive |
|
Definition
|
|
Term
What error message do you get when you type DIIR? |
|
Definition
|
|
Term
If you are in the root of c: drive and you want a list of files and directories on a: drive, what command do you type? |
|
Definition
|
|
Term
If you are on A: drive and you want to change to C:\WINDOWS with one command, what command do you type? |
|
Definition
|
|
Term
What command and switch gives a list of files and directories in a wide list format? |
|
Definition
|
|
Term
What command and switch gives a list of files and directories and pauses after each screen? |
|
Definition
|
|
Term
What command and switches gives a list of files and directories in a wide list format and pauses after each screen? |
|
Definition
|
|
Term
What is the DIR switch that shows hidden files? |
|
Definition
|
|
Term
What is the DIR switch that shows hidden and read-only files |
|
Definition
|
|
Term
What DIR switch sorts the output by name? |
|
Definition
|
|
Term
What DIR switch sorts the output by name in reverse order? |
|
Definition
|
|
Term
What DIR switch shows only directories? |
|
Definition
|
|
Term
What DIR switch displays the output in lowercase? |
|
Definition
|
|
Term
What command and switch displays files and directories including subdirectories? |
|
Definition
|
|
Term
What DIR switch sorts the output by oldest dates first? |
|
Definition
|
|
Term
What DIR switch sorts the output by the newest dates first? |
|
Definition
|
|
Term
What DIR switches displays hidden files by newest dates first? |
|
Definition
|
|
Term
What wildcard character is used to disregard only one character? |
|
Definition
|
|
Term
What wildcard character is used to disregard 0 or more characters? |
|
Definition
|
|
Term
What command displays only files with a txt extension? |
|
Definition
|
|
Term
What command displays only files with a doc extension? |
|
Definition
|
|
Term
What command displays only files that start with a d? |
|
Definition
|
|
Term
What command displays only files that start with ron and end with an rtf extension? |
|
Definition
|
|
Term
What command displays only files that have a filename of ron but with any extension? |
|
Definition
|
|
Term
What command displays only files that end with a txt extension, start with ron and disregards the next single character? |
|
Definition
|
|
Term
What is the difference between DIR ron?.txt and DIR ron?*.txt |
|
Definition
DIR ron?.txt shows files that have a name of 4 characters, the first 3 are ron, and all end with txt DIR ron?*.txt shows files that start with ron and could have many characters prior to the txt extension |
|
|
Term
What is the symbol for redirecting the output away from the screen to another location such as a file |
|
Definition
|
|
Term
How do you redirect the output of the DIR command into a file called readme.txt? |
|
Definition
|
|
Term
What is the output of the following command: DIR C:\ > README.TXT |
|
Definition
The output of the DIR command on the root of C: drive goes into a file called readme.txt |
|
|
Term
What is the command to get a list of all of the files on c: drive and put the output into a file called allfiles.txt? |
|
Definition
DIR c:\ /s > allfiles.txt dir c:\ lists files on the root of c /s switch goes into the subfolders > allfiles.txt sends the output here |
|
|
Term
How do you get a list of commands and a brief description of each command? |
|
Definition
|
|
Term
What are two ways to get help on the DIR command? |
|
Definition
|
|
Term
What is the command to format a floppy disk on A: drive? |
|
Definition
|
|
Term
What is the command to perform a quick format on a floppy disk on A: drive? |
|
Definition
|
|
Term
How do you get help on the format command? |
|
Definition
|
|
Term
If you are on the root of C: drive, what command do you use to find where format.com is located? |
|
Definition
|
|
Term
What command formats a floppy disk on a: drive and gives it a volume label of ron? |
|
Definition
|
|
Term
What command displays the disk volume label? |
|
Definition
|
|
Term
What is the command to create, change or delete a volume label? |
|
Definition
|
|
Term
How do you change the label of a floppy disk on a: drive to say ron without formatting the disk? |
|
Definition
|
|