fateme_der
New Member
سلام متاسفانه من یک فایل bat با dosساختم اما جواب نمی دهد نرم افزار mdm zinc نمی دانم دقیقا از کدام کد استفاده کنم تا جواب دهد اگر در این زمینه را هنمایی کنید ممنون می شوم چون کار را باید تحویل بدهم با تشکر
Availability
Windows
Usage
mdm.System.execStdOut(exePath:String):Void
Parameters
exePath:String Path to File or Application.
Returns
Nothing
Description
Executes the File or Application and returns the standard Command Line output of the launched application.
Notes
None
Example
var StdOut = mdm.System.execStdOut("ipconfig /all");