A program that creates another program

Posted by zaidwaqi on Stack Overflow See other posts from Stack Overflow or by zaidwaqi
Published on 2010-06-11T20:56:54Z Indexed on 2010/06/11 22:23 UTC
Read the original article Hit count: 193

Filed under:
|
|

Hi,

I need to create a program that creates another program but not a compiler though.

For example,

I write a program that accepts a string input from the user. Let's say user enter "Pluto". This program should then create a separate .exe that says "Hello Pluto" when executed.

How can I do this? If you could give example in C# and Windows Forms, it's better.

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET