Batch
1 Topic"timeout" will exit when resizing the console window
Open a command console with cmd and execute timeout command like "timeout 60", or write a batch file like this: TIMEOUT 60 ... ... TIMEOUT 60 When resizing the command console window, the event will trigger timeout to exit even though there's no key stroke, or time expired. To me, this is clearly a bug.389Views0likes0Comments