- Notifications
You must be signed in to change notification settings - Fork0
Win32 console applications that perform an action after a specific amount of time or if certain conditions are met.
License
NotificationsYou must be signed in to change notification settings
neolit123/win32_timeout
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
win32_timeoutlast revised 18.02.2018a collection of small Win32 console applications that perform an action aftera specific amount of time or if certain conditions are met.shutdown_timeout:shuts down the system after N minutes. gives a 30 second countdown.alarm_timeout:plays alarm_timeout.wav on a loop after N minutes.ping_timeout:plays a success or an error sound after trying to continuously ICMPecho an IPV4 address.use Mingw and GNU Make to build:cd <source_path>make