 | FileExRunExeCommand 方法 |
Sweet 开发框架
执行cmd命令
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static string RunExeCommand(
string commandText
)
Public Shared Function RunExeCommand (
commandText As String
) As String
static member RunExeCommand :
commandText : string -> string
参数
- commandText
- 类型:SystemString
命令
返回值
类型:
String结果
参见