commit 9c1c74ebc374d40932b18c8f242644a7e31f1775 Author: MattMo Date: Wed Sep 11 22:04:22 2024 +0000 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb5d272 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# CreateProcess.Net + +A managed wrapper around the Kernel32 CreateProcess function that gives the developer full control over how a process should be constructed to get around some Pipe issues when using Process.Start \ No newline at end of file