Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support windows ping.exe #3

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

juergenhoetzel
Copy link

Windows use a different flag ("-n") for count:

PS C:\Users\pidsleywin> ping -n 1 wikipedia.org

Ping wird ausgeführt für wikipedia.org [91.198.174.192] mit 32 Bytes Daten:
Antwort von 91.198.174.192: Bytes=32 Zeit=12ms TTL=58

Ping-Statistik für 91.198.174.192:
    Pakete: Gesendet = 1, Empfangen = 1, Verloren = 0
    (0% Verlust),
Ca. Zeitangaben in Millisek.:
    Minimum = 12ms, Maximum = 12ms, Mittelwert = 12ms
PS C:\Users\pidsleywin> ping -c 1 wikipedia.org
Zugriff verweigert. Für die Option "-c" sind Administratorberechtigungen erforderlich.

Windows use a different flag ("-n") for count.
@jcs090218
Copy link

@sean-hut WDYT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants