Concept Flow - execFile for running executables
Start execFile call
Spawn child process
Run executable file
Collect stdout and stderr
Callback with error, stdout, stderr
Process results or handle error
End
This flow shows how execFile runs an executable file, collects output, and returns results via a callback.
