https://bugs.winehq.org/show_bug.cgi?id=56068
Bug ID: 56068 Summary: No "Timeout" command Product: Wine Version: 9.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: frauguelle@gmail.com Distribution: ---
On windows exists a "timeout" command in cmd. On Wine, there don't exists a "timeout" command. The "timeout" command is needed by several BAT programms so it needs to be fixed.
https://bugs.winehq.org/show_bug.cgi?id=56068
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- thanks for the report for sake of record (and further regression testings), can you make reference to an app that depends on this command?
https://bugs.winehq.org/show_bug.cgi?id=56068
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |austinenglish@gmail.com Status|UNCONFIRMED |NEW Keywords| |download
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Eric Pouech from comment #1)
thanks for the report for sake of record (and further regression testings), can you make reference to an app that depends on this command?
I found a few in a quick search on github: https://github.com/search?q=timeout+language%3ABatchfile+&type=code
https://github.com/flutter/flutter/blob/420f18be7646a90ef7f6fc6489fd99726e56... https://github.com/Grasscutters/Grasscutter/blob/770a793c69ca82e383bb21a5bae... https://github.com/photoprism/photoprism/blob/95584a69ca2b10ab092bce4c7b959d...