Batch File Creation2
Batch File Creation2
file
Example
1
The
batch
file
should
initially
clear
the
screen
then
the
default
colors
should
be
changed
as
follows:
Background
Color:
Aqua
Text
Color:
Light
Blue
The
batch
file
should
then
prompt
the
user
with
Please
enter
a
value
for
A:
and
then
accept
a
users
input.
The
batch
file
should
then
prompt
the
user
with
Please
enter
a
value
for
B:
and
then
accept
a
users
input.
The
batch
file
should
then
add
the
values
for
A
and
B
and
then
store
that
number
in
a
variable
call
sum.
The
batch
file
should
then
display
the
sum
for
A
and
B.
The
batch
file
should
pause
The
batch
file
should
loop
to
the
beginning
and
start
again.