csc编译
Posted jiangjieqm
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csc编译相关的知识,希望对你有一定的参考价值。
::using System; ::class Program{ :: static void Main(string[] args){ :: Console.WriteLine("args"); :: Console.ReadLine(); :: } ::} ::=============================================================== c: ::添加framework1.1路径 set PATH=%PATH%;C:/Windows/Microsoft.NET/Framework/v1.1.4322/ cd C:/cshapetest/ del Program.exe csc Program.cs Program.exe
以上是关于csc编译的主要内容,如果未能解决你的问题,请参考以下文章