System.execStdOut() | This page was last modified over 30 day(s) ago and has 2 comment(s)
|
Back to System Class Summary |
Availability |
Windows |
Usage |
mdm.System.execStdOut(exePath:String):String |
Parameters |
exePath:String - Path to file or application |
Returns |
A String |
Description |
Executes the file or application and returns the standard command line output of the launched application. |
Notes |
None |
Example Code |
var StdOut:String = mdm.System.execStdOut("ipconfig /all"); |
mdm.System Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |