Python Forum
Win32\ping.exe windows pops up -very annoying...
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Win32\ping.exe windows pops up -very annoying...
#8
Does this work.
result=subprocess.Popen(["ping", "-n", "1", "-w", "255", ip],
                        stdout=limbo, stderr=limbo, creationflags=CREATE_NO_WINDOW).wait()
tester_V likes this post
Reply


Messages In This Thread
RE: Win32\ping.exe windows pops up -very annoying... - by deanhystad - Aug-11-2021, 11:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Launcher Pops Up When Py-based App Is Running (Mac) radix_optimus 0 570 Sep-18-2023, 09:22 AM
Last Post: radix_optimus
  Need some guidance on a script to ping a list of ip's cubangt 11 2,018 Aug-10-2023, 02:39 PM
Last Post: snippsat
  non-stop ping script kucingkembar 1 1,400 Aug-23-2022, 06:29 AM
Last Post: menator01
  Python library for win32 console commands eldiener 3 3,559 Aug-24-2021, 10:28 PM
Last Post: bowlofred
  Idle debugger pops up Run.py - library? fred1232 1 1,680 Jul-27-2021, 01:01 AM
Last Post: Larz60+
  Looking for discord bot to make loop ping for address ip tinkode 0 1,854 Jul-26-2021, 03:51 PM
Last Post: tinkode
  Ping command using python 3.6.5 Martin2998 6 17,598 Apr-19-2021, 06:24 PM
Last Post: blazejwiecha
Exclamation binwalk Win32 compile hackstunt 2 3,929 Feb-24-2021, 05:14 PM
Last Post: nilamo
  pyarrow throws oserror winerror 193 1 is not a valid win32 application aupres 2 3,865 Oct-21-2020, 01:04 AM
Last Post: aupres
  GPIO high if network IP has good ping duckredbeard 3 2,408 Oct-12-2020, 10:41 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020