Question: Purpose of this program: To implement windows batch commands 1 - Worth 0.50 points. Using Windows batch Scripting. - Using Windows terminal command, create a

Purpose of this program: To implement windows batch commands 1 - Worth 0.50 points. Using Windows batch Scripting. - Using Windows terminal command, create a bat file named: name.bat - Using the NOTEPAD editor, append the following data to your *.bat file USING MULTI-LINE COMMENTS: ******************************************************************** Author : Your Name *********************************************************************/ 2 - Worth 2.75 points. Using Windows batch Scripting. topic: Implement division by 0, with error trapping, using if and sumilating while loops - Using the NOTEPAD editor, append to the *.bat file, all the commands needed so that when you execute your bat file, it will produce the following: a) Append your name and class name and section. b) Using two variables: FirstNumber and LastNumber, c) Ask the user to enter the first number. d) Ask the user to enter the second number. e) If the user enters the value 99 for the first or the second number, you must exit the loop immediately, and terminate this section ONLY. f) If the second number is ZERO inform the user that you CAN NOT divide by ZERO, and ask for a correct second number. g) If the second number is NOT a zero, do the division, display all numbers of this computation using labels, example: 4 divided by 1 = 4 3 - Worth 2.75 points. Windows batch Scripting. - Using the NOTEPAD editor, append to the *.bat file, all the commands needed so that when you execute your bat file, this file will produce the following: a) Using a for loop b) Find the results of calculating each number from (10 to 1 mod 6) c) After the for loop ends, display the average for all previous results 

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!