-5

How to write ^C at in the Windows console? For example, I need to enter ^C in this window. If you press Ctrl+C in the console, the application exits and the console closes.

Eryk Sun
  • 33,190
  • 5
  • 92
  • 111

2 Answers2

0

If you press CTRL+C to cancel the execution of command in cmd

0

In your keyboard SHIFT+6 = ^

then you can use ^C as a string in the cmd