Ryan Liptak d3242408d4 spawnWindows: If an exe is found but fails to exec, retry with PATHEXT values appended
This matches `cmd.exe` behavior. For example, if there is only a file named `mycommand` in the cwd but it is a Linux executable, then running the command `mycommand` will result in:

'mycommand' is not recognized as an internal or external command, operable program or batch file.

However, if there is *both* a `mycommand` (that is a Linux executable) and a `mycommand.exe` that is a valid Windows exe, then running the command `mycommand` will successfully run `mycommand.exe`.
2022-12-17 03:36:45 -08:00
..
2022-12-13 15:37:52 -05:00
2022-12-14 14:26:02 -07:00
2022-12-13 13:14:20 +02:00
2022-12-14 14:26:02 -07:00
2022-12-14 11:42:28 -05:00
2022-11-30 15:42:59 -07:00
2022-10-06 21:22:20 +03:00
2022-12-14 00:29:25 +00:00
2022-12-13 15:04:03 -05:00
2022-12-14 11:42:28 -05:00
2022-12-13 13:14:20 +02:00
2022-12-11 12:48:18 -07:00
2022-12-09 21:57:17 +01:00
2022-11-04 00:09:27 +03:30
2022-12-14 11:42:28 -05:00
2022-12-13 13:14:20 +02:00
2022-12-14 14:26:02 -07:00
2022-12-06 12:27:28 -07:00
2022-09-11 23:18:43 -04:00
2022-12-13 15:13:25 -05:00
2022-12-13 13:14:20 +02:00
2022-11-23 19:17:58 +01:00
2022-12-13 13:14:20 +02:00
2022-04-15 17:01:01 -05:00