System.RunCommand
Skip to content
mnscript
System.RunCommand(string) 

Description ​

Runs a console command

Arguments ​

string - The console command (arguments split by spaces)

Example ​

msc
using System;

System.RunCommand("shutdown"); // F in chat