http://bugs.winehq.org/show_bug.cgi?id=20854
Summary: wine cmd lacks 'ping' Product: Wine Version: 1.1.33 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
I tried testing a couple batch scripts I use at work on wine. Since batch doesn't have a 'sleep command', the common workaround is to use ping several times instead, which works fine on windows. Wine, however, lacks ping, so it fails miserably.
Implementing our own ping.exe shouldn't be too terribly hard. There are several open source versions floating around to base the work off of. Hell, here's the original public domain source: http://www.ping127001.com/pingpage/ping.text