mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
This allows to break commands such as: C:\ReactOS\system32> for %f in (*.*) do dir as one would expect: stop the currently running 'dir' and the 'for'. "bCtrlBreak" doesn't need to be volatile too.