Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Enhance process restart commands for Linux and Windows Updated the process restart commands to properly handle filenames with spaces or special characters on both Linux and Windows. For Linux, enclosed filenames within single quotes and adjusted the process start command. For Windows, added double quotes around filenames to ensure proper execution. * Refactor shell command and add Kill method. Refactor shell command execution to streamline syntax by removing unnecessary quotes. Additionally, introduce a P/Invoke for the Kill method to facilitate sending signals in Unix-based OS environments.
- Loading branch information