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: Attribute Changer (Mar 6, 2025), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads!, 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.