Page 1 of 1

QUESTION 1 It is OK to create a Batch File in Microsoft Word, without changing the defaults. True False QUESTION 2 A Bat

Posted: Fri Jul 08, 2022 6:38 am
by answerhappygod
QUESTION 1
It is OK to create a Batch File in Microsoft Word, withoutchanging the defaults.
True
False
QUESTION 2
A Batch File must have a ___ file extension.
a. .exe
b. .bat
c. .com
d. .txt
QUESTION 3
You can execute a batch file within the Command Line by typingin the batch file name at the command prompt.
True
False
QUESTION 4
We begin our batch files with @ ECHO OFF in the header. Thecommand ECHO,
1. requires user input.
2. displays a message up to 122 characters long.
3. duplicates previous commands.
4. stops the screen.
QUESTION 5
Match up the Terms with the definitions:
-REM a. Syntax = OldExpressionNewExpression
-PAUSE b. = One Character
-REN c. = Up to 8Characters
-COPY d. can be used to commentout a line in a batch file
-? e. Syntax =SourceExpression TargetExpression
-* f. Press anykey to continue....