I have a .bat file that consists of 450 lines of: start [executable] [params]
Presently all the lines are perfectly identical. If I run the bat file manually, I end up with 450 instances of the executable running. If I set up a task in task scheduler and run that, I get between 100 and 120 instances of the executable running.
I have made sure to set the job to run with highest priviledges, but other than that, I don't have much idea as to why it will only successfully execute 1 in 4 of the start calls. Task manager it self will return no error, nor is there anything in the event viewer