AD

Creating Processes on Windows

.Introduction
    There are several ways to create processes on windows.In this article I will show how to implement with ShellExecute/CreateProcess functions, and discuss what problems might occur if using these functions on windows 7.