JOBMGR is a program which acts as a job server through which other machines
on a network may have programs executed by the computer running JOBMGR.
JOBMGR watches the subdirectory designated as the working directory for the
icon which launches it. When a file with a .JOB extension appears in the
directory, JOBMGR executes it. It is assumed to be a text file with a
commandline as the first line in the file.
When the job completes, JOBMGR logs the result to JOBMGR.LOG and JOBMGR.ERR
(if an error occurred, like the program was not found).