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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is /p used for?

A

Prompts the user to enter the value of a variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is /p used for?

A

Prompts the user to enter the value of a variable.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

/p syntax

A

set /P %<variable>% = <text>
echo <text> %<variable>%</variable></text></text></variable>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly