Quantcast
Channel: Indigo Rose Software Forums - Forums
Viewing all articles
Browse latest Browse all 2105

How to get text from CMD command output in AMS?

$
0
0
Hello, I have been investigating in the forum but I have not found anything. I need to store in a variable the output of a command in CMD for example:
getmac or ipconfig / all. I understand that it can be done with the CommandLine plugin but I cannot find information about its use in "Plugin Help"
Thanks


This is what I have

Code:
data = CommandLine.Execute("getmac", 0);
Input.SetText("Input1", data)

Viewing all articles
Browse latest Browse all 2105

Trending Articles