Term
|
Definition
|
|
Term
|
Definition
|
|
Term
stored in root directory of hard disk |
|
Definition
|
|
Term
sort order of upper lower punc numbers |
|
Definition
punctuation, number, lower, upper |
|
|
Term
|
Definition
windows\system32\shell32.dll |
|
|
Term
|
Definition
control c, control d, control + break key |
|
|
Term
|
Definition
|
|
Term
Displaying list of files with minimum information, no subdirectories, in order by name |
|
Definition
dir /b /on , reverse dir /b /o-n |
|
|
Term
|
Definition
|
|
Term
|
Definition
rash read only, archive, system, hidden |
|
|
Term
|
Definition
attrib filename /s /h /r /e /k |
|
|
Term
|
Definition
|
|
Term
How do you display the output in ASCII version? How do you view all file names in the structure? |
|
Definition
|
|
Term
How do fix any disk errors on your floppy drive? |
|
Definition
|
|
Term
sort a file How do you sort a file in reverse order? How do you sort a file by a specific column? |
|
Definition
sort filename, Sort filename /r, sort +20 filename, |
|
|
Term
How do you use the FIND command? |
|
Definition
Find (location) /v /c /n /i Find “Smith” personal.fil |
|
|
Term
How do you ignore case with the FIND command |
|
Definition
Find /I smith personal.fil |
|
|
Term
How do you count the number of occurrences of a string with the FIND command? |
|
Definition
|
|
Term
How do you find every line that does not contain the specified string |
|
Definition
|
|
Term
How do you use the FIND command chained with other commands? |
|
Definition
|
|
Term
How does the command work? |
|
Definition
Displays output one screen at a time |
|
|
Term
How do you stop the more command? |
|
Definition
|
|
Term
How do you create a file using COPY CON? |
|
Definition
|
|
Term
How do you signal the computer that you are finished entering txt? |
|
Definition
|
|
Term
What does the PAUSE command do? |
|
Definition
Suspends processing of batch file and pauses so that the user has time to respond |
|
|
Term
How do you create a macro? |
|
Definition
Doskey bb=cd class$Tdir*.bud$cd \(enter) |
|
|
Term
How do you copy all files and subdirectories, regardless of their attributes, from one directory to another (keeping the original attributes)? |
|
Definition
|
|
Term
What is particular about xcopy? |
|
Definition
Will not (by default) copy system or hidden – does not need to be exact size. Make sure you know how to use the parameters |
|
|
Term
How do you compare the contents of two files? |
|
Definition
Fc filename otherfilename |
|
|
Term
|
Definition
%systemroot%\notepad Edit exampractice.bat Rem 1 Rem 2 Rem 3 Copy%1%2 Type planets.pti
Alt f, x, y –close with only keystrokes
Exampractice filename filename |
|
|