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: OneLoupe (May 1, 2025), Platform 30.0.2 (Mar 27, 2025)
1,100+ portable packages, 1.1 billion downloads
Ad Free! 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.