The Batch Managing Batch File
by in Representative Line on 2025-10-20Carl was debugging a job management script. The first thing that caught his attention was that the script was called file.bat
. They were running on Linux.
The second thing he noticed, was that the script was designed to manage up to 999 jobs, and needed to simply roll job count over once it exceeded 999- that is to say, job 1
comes after job 999
.