I ilPostino Sep 26, 2003 #1 Any ideas ? I want a stand alone c# to just run from a command prompt? thanks
S Selvin Sep 26, 2003 #2 <ciach> try: http://www.codeproject.com/csharp/shell_net.asp pozdrawiam Przemek Sulikowski
J Jon Skeet Sep 26, 2003 #3 ilPostino said: Any ideas ? I want a stand alone c# to just run from a command prompt? Click to expand... Then build a console application - what problem are you having?
ilPostino said: Any ideas ? I want a stand alone c# to just run from a command prompt? Click to expand... Then build a console application - what problem are you having?
N Nicholas Paldino [.NET/C# MVP] Sep 26, 2003 #4 Any ideas ? I want a stand alone c# to just run from a command prompt? thanks Click to expand... ilPostino, This isn't really possible. You will need to compile your code into an executable and then execute your code from there. Hope this helps.
Any ideas ? I want a stand alone c# to just run from a command prompt? thanks Click to expand... ilPostino, This isn't really possible. You will need to compile your code into an executable and then execute your code from there. Hope this helps.