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)
Comment