I want create a child process in C#, not a thread, which is derived from current process, been doing that in C on UNIX with fork(), and in C on Win with CreateProcess(), so does anyone have some example code for that in C#?
            Asked
            
        
        
            Active
            
        
            Viewed 816 times
        
    2
            
            
        - 
                    possible duplicate of [Fork Concept in C#](http://stackoverflow.com/questions/3913120/fork-concept-in-c-sharp) – Ilian Oct 29 '14 at 10:41
- 
                    Possible [duplicate](http://stackoverflow.com/questions/181719/how-to-start-a-process-from-c) – Max Brodin Oct 29 '14 at 10:41
