Run CSharp Compiler From Any Directory

Опубликовано: 13 Апрель 2026
на канале: jalbao
206
3

How to run csc.exe from any directory as well as how to compile the Aegis-II taco.cs mockup application for the Remote HMI development pages.

The csc command for compiling the taco.cs to taco.cgi is:
csc /out:taco.cgi taco.cs

Note: In Windows 10, you will not see "Open command window here". Instead, you will see "Open PowerShell window here". You can use PowerShell to run the cs compiler just as you would the regular Command Prompt.