• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/8

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

8 Cards in this Set

  • Front
  • Back
What were autoexec.bat and config.sys renamed to and where are they now located?
autoexec.nt and config.nt. Located in %SystemRoot%\System32.
What command is used to clear the command window and erases the screen buffer
cls
What windows command prints the current working directory.
cd (chdir)
How do you open and close the windows command history pop up window?
F7 to open. ESC to close.
How do you search the command history?
F8
What is the Windows cmd line escape character?
^
What are the chaining and grouping commands?
& Command1 & Command2 Execute Command1 and then execute Command2.

&& Command1 && Command2 Execute Command2 if Command1 is completed successfully.

|| Command1 || Command2 Execute Command2 only when Command1 doesn't complete successfully.
What are the sort options for the dir command?
/O List by files in sorted order.
sortorder
N By name (alphabetic) S By size (smallest first)
E By extension (alphabetic) D By date/time (oldest first)
G Group directories first - Prefix to reverse order