Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

need help with a program im doing never programmed in batch console or in c or c++ any input would help. Using Linux or Windows,

need help with a program im doing never programmed in batch console or in c or c++ any input would help. Using Linux or Windows, create a console program that can compile and execute programs either by the user entering the name of the program, or automatically executing all of the programs. The program will essentially simulate the system monitor of a Batch system. The programs to be run will be small c/c++ programs. Each time a program does some i/0, do a small delay. i. Program that prints 50 dots ii. Program that does a summation of numbers from 1 to 10 print sum along the way. iii. Program that does a factorial of 10 print factorial along the way iv. Program that prints 100 #s v. Etc. The programs will reside in a directory called /jobs. The BatchMonitor program will live in a different directory than the jobs directory. See below. i. C:\users\batch ii. C:\users\batch\jobs The Batch Monitor program will give the user the following options i. List jobs ii. Set jobs directory iii. Compile and run specific program iv. Compile and run all jobs in a specific directory. v. Shutdown vi. List program options

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Analysis Using SQL And Excel

Authors: Gordon S Linoff

2nd Edition

111902143X, 9781119021438

More Books

Students also viewed these Databases questions