cmder v1.3.2
ConEmu v161206
Windows 10 Pro 1909
cmder timeout is overlapping windows internal timeout ex.
timeout --help
Usage: timeout [OPTION] DURATION COMMAND [ARG]...
or: timeout [OPTION]
Start COMMAND, and kill it if still running after DURATION.
timeout /?
TIMEOUT [/T] timeout [/NOBREAK]
Description:
This utility accepts a timeout parameter to wait for the specified
time period (in seconds) or until any key is pressed. It also
accepts a parameter to ignore the key press.
so how to disable this in cmder or tell cmder to use the windows version instead ?
You can override your aliases in the config folder, alias timeout to windows' timeout and maybe gtimeout to gnu timeout
@MartiUK could u plz give me an example of what to be added ?
alias timeout=[path to windows timeout]
alias gtimeout=[path to gnu timeout]
To figure out the paths type where timeout
@daxgames thank you so much
Most helpful comment
To figure out the paths type
where timeout