Command:/netrun
This command is added by MQ2DotNet
Notation | Description |
---|---|
Text without brackets or braces | Required items |
<Text inside angle brackets> | Placeholder for which you must supply a value |
[Text inside square brackets] | Optional items |
Vertical bar (|) | Separator for mutually exclusive items; choose one |
{Text | inside | braces} | Set of required items; choose one |
Ellipsis (…) | Items that can be repeated |
Syntax | /netrun <program name> |
---|---|
Description | Runs the .NET/C# program. |
Options
Examples
To run your newly created program, called MyProgram, use the following command;
/netrun MyProgram