Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

compile c# file in terminal

C:WindowsMicrosoft.NETFrameworkv3.5incsc.exe 
            /t:exe /out:MyApplication.exe MyApplication.cs

//all in one line
//or if that doesn't work try

C:WindowsMicrosoft.NETFrameworkv3.5csc.exe 
            /t:exe /out:MyApplication.exe MyApplication.cs

//all in one line again
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #compile #file #terminal
ADD COMMENT
Topic
Name
8+9 =