A view into easily starting and managing external processes/executables via the TkbmMWProcess class.

A view into easily starting and managing external processes/executables via the TkbmMWProcess class.
https://components4developers.blog/2018/12/18/kbmmw-features-5-kbmmwprocess-unit/

Comments

  1. JclSysUtils Execute overloads are quite good. They are thread-safe, so you can run them in a thread (using the parallel unit) and wait. You can also store the process id and call Windows TerminateProcess to kill the process.

    ReplyDelete

Post a Comment