Forrest logo
back to context overview

mcs

List of commands for mcs:

  • mcs:tldr:16972 mcs: Specify the output program name.
    $ mcs -out:${filename-exe} ${path-to-input_file1-cs path-to-input_file2-cs ---}
    try on your machine
    explain this command
  • mcs:tldr:baf5a mcs: Specify the output program type.
    $ mcs -target:${select} ${path-to-input_file1-cs path-to-input_file2-cs ---}
    try on your machine
    explain this command
  • mcs:tldr:ef98e mcs: Compile the specified files.
    $ mcs ${path-to-input_file1-cs path-to-input_file2-cs ---}
    try on your machine
    explain this command
back to context overview