Skip to content

Subeen9/Batch-OS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Batch-OS

The programs to be run will be small c/c++ programs. Each time a program does some i/0, do a small delay. Program that prints 50 dots Program that does a summation of numbers from 1 to 10 print sum along the way. Program that does a factorial of 10 print factorial along the way Program that prints 100 ‘#’s Etc. The programs will reside in a directory called /jobs. You will create this directory, and put the small programs detailed above in to it. The BatchMonitor program will live in a different directory than the jobs directory. See below. C:\users\batch C:\users\batch\jobs The Batch Monitor program will give the user the following options List jobs Set jobs directory Compile and run specific program Compile and run all jobs in a specific directory. Shutdown List program options help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages