Question: Create a batch file login.bat that does the following: Turns the echo off Set the prompt to include the time (use prompt command) Change the
Create a batch file login.bat that does the following: Turns the echo off Set the prompt to include the time (use prompt command) Change the color of font Send a message to let user know to log in Prompt for user name and password (two variable) Use if, to check the inputs are correct . If the user name and password are correct send a welcome message If the user name and password are not correct send an invalid login message: Clear the screen Change color to the default Exit the batch file Hint: Use goto and label with if command. Use your name as variable for user name and password Make sure to add your name and date.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
