The Question is:
Mr. Wizard: Is there any way to spawn a sub-process under a different process through a command file. I hope that makes since. Thanks
The Answer is:
If you are talking about having process A create a subprocess for process B, no there is no way outside of some kernel mode hackery to do this.