❔ 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
7 Replies
well,
ping 1.1.1.1
isnt a file 😄and ping is?
if you want to ping u can just use this class instead https://learn.microsoft.com/en-us/dotnet/api/system.net.networkinformation.ping?view=net-7.0
Ping Class (System.Net.NetworkInformation)
Allows an application to determine whether a remote computer is accessible over the network.
ill try but im really a begginer
thx for the help tho
if you really want to ping from the cmd u can just do
works perfectly thx
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.