❔ Im a begginer
the script just copies the text from running a command in cmd why does it work if i use systeminfo or ping but gives the error when i try to ping an ip



/close ping 1.1.1.1test.StartInfo.FileName = "cmd.exe";
test.StartInfo.Arguments = "/c ping 1.1.1.1";