can processes be started from PAF
ie: program needs the process to be running for it to start!
and if so .. were can i find a read on this..
thank you members.
New: r3dfox (July 15, 2025), Platform 30.0.4 (July 15, 2025)
1,100+ portable packages, 1.2 billion downloads
We are operating at a loss, please donate today
You'd need to do it via custom code. PAL can start a single process and then wait for multiple processes to finish using the built-in functionality, but it can't start more than one process without writing custom code.
Sometimes, the impossible can become possible, if you're awesome!
Thank you.