compile c# on cmd line in DOS or UNIX?

  • Thread starter Thread starter hsu chi
  • Start date Start date
hsu said:
Can c# be compiled on cmd line in DOS or UNIX?
How can you do it?

See http://www.go-mono.com/ and http://www.dotgnu.org/ for equivalents
to MS C# that run on UNIX-like operating systems. AFAIK neither project
supports or intends to support MS-DOS.

--
+-----------------------------------------------------------------+
| Duncan Bayne phone (+64) 027 2536395 email (e-mail address removed) |
| ============ icq# 115621676 msn (e-mail address removed) |
| |
| web http://homepages.ihug.co.nz/~dhbayne/ |
| http://groups.yahoo.com/group/akl_airsoft/ |
| http://groups.yahoo.com/group/wakeup_nz/ |
+-----------------------------------------------------------------+
| "The ultimate result of shielding men from the effects of folly |
| is to fill the world with fools." |
| |
| - Herbert Spencer. |
+-----------------------------------------------------------------+
 
hsu chi said:
Can c# be compiled on cmd line in DOS or UNIX?
How can you do it?

If you mean on the Windows dos-prompt command line, yes. You can invoke the
compiler :

csc /?

Unix, lookup mono.
 
Back
Top