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: MBox Viewer (Mar 22, 2026), Platform 30.3 (Mar 29, 2026)
1,400+ portable packages, 1.2 billion downloads
Our costs have risen a bunch. Please donate if you can!
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.