Menu

[solved]-Need Help Project Please Part 1 Using Windows Batch Command Prompt Call Program Program1ba Q39077912

I need help with this project, please!

Part 1 Using Windows Batch in command prompt.

– Call this program program1.bat
– Implement mod (find the remainder), with error trapping, using ifand while commands,

How:
– Append your name, current date and time to a NEW file calledresults.txt
– Use a simulated while loop.
– If the user enters the value 999 for the first or the secondnumber, you must

exit the while loop immediately.
– Ask the user to enter the first number. If it is 999, exitimmediately.
– Ask the user to enter the second number. If it is 999, exitimmediately.
– If the second number is ZERO inform the user and ask for acorrect second number.
– If the second number is NOT a zero, do the operation, display allnumbers in this computation

using labels, and append them to the results.txt file.

Part 2 Using Windows Batch in command prompt.

– Call this program program2.bat

– Create a batch file that when executed will display thefollowing. Include a pause between each command

1 – For the current computer find the path that is used tosearch for executable programs. This should be only the path,nothing else.

2 – Find fiu.edu’s IP address. This should be only the IPaddress.
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. This should be just theIP address.

Part 3 -Using Linux Terminal Mode:

– Call this program program3.sh
1 – For the current computer find the path that is used to searchfor executable programs. 2 – Find fiu.edu’s IP address. This shouldbe only the 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. This should be only theIP address.

Expert Answer


Answer to I need help with this project, please! Part 1 Using Windows Batch in command prompt. – Call this program program1.bat – … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *