Windows Batch Commands Flashcards
1
Q
What does @echo off do?
A
Makes only the output visible and prevents the prompt and file contents from being displayed.
2
Q
What is /p used for?
A
Prompts the user to enter the value of a variable.
3
Q
What is /p used for?
A
Prompts the user to enter the value of a variable.
4
Q
/p syntax
A
set /P %<variable>% = <text>
echo <text> %<variable>%</variable></text></text></variable>