From 9c1c74ebc374d40932b18c8f242644a7e31f1775 Mon Sep 17 00:00:00 2001 From: MattMo Date: Wed, 11 Sep 2024 22:04:22 +0000 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md 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