1 - Using Windows Batch in command prompt. - Implement mod by 0 (find the remainder), with error trapping, using if and while() commands, How: - Append your name, current date and time to a NEW file called results.txt - Use a while loop. - If the user enters the value 999 for the first or the second number, you must exit the while loop immediately. - Ask the user to enter the first number. - Ask the user to enter the second number. - If the second number is ZERO inform the user and ask for a correct second number. - If the second number is NOT a zero, do the operation, display all numbers in this computation using labels, and add them to the results.txt file. 2 - Using Windows Batch in command prompt. How: - Use a for loop from 1 to 100. - Find the results of calculating each number squared - After the for loop ends, display the average for all previous results and append them to the results.txt file showing the entire equation. 3 - Using Windows Batch in command prompt. - Create a batch file that when executed will display the following. Include a pause between each command 1 - For the current computer find the path that is used to search for executable programs. 2 - Find fiu.edu's ip address. 3 - Show the active connections in the current computer 4 - Find the routers used to reach google.com 5 - The OP address of the current computer 4 -Using Linux Terminal Mode find: 1 - For the current computer find the path that is used to search for executable programs. 2 - Find fiu.edu's ip address. 3 - Show the active connections in the current computer. 4 - Find the routers used to reach google.com 5 - The IP address of the current computer Files named as follows: program1.bat program2.bat program3.bat program4.sh