Maradar
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 4478 |
|
|
| 11 Apr 2012 01:08 PM |
I tried "C:\pathgoeshere\main.cs" -start , but that opens Notepad. I want the script to load in the .bat's console. I would I do that? |
|
|
| Report Abuse |
|
|
Maradar
|
  |
| Joined: 06 Mar 2012 |
| Total Posts: 4478 |
|
| |
|
LocalChum
|
  |
| Joined: 04 Mar 2011 |
| Total Posts: 6906 |
|
|
| 11 Apr 2012 04:15 PM |
| You need to use csc.exe to compile C# to CIL code. |
|
|
| Report Abuse |
|
|
|
| 11 Apr 2012 05:36 PM |
^
I thought .NET languages parsed into MSIL |
|
|
| Report Abuse |
|
|
LocalChum
|
  |
| Joined: 04 Mar 2011 |
| Total Posts: 6906 |
|
|
| 11 Apr 2012 05:43 PM |
| MSIL is now called CIL. It's the exact same thing. |
|
|
| Report Abuse |
|
|
| |
|
LocalChum
|
  |
| Joined: 04 Mar 2011 |
| Total Posts: 6906 |
|
| |
|