2

How can I paste a text in command prompt through shortcuts? Normally if we press ctrl + v, it won't paste text on Windows command prompt.

Is there any alternative shortcut or any way I can define a custom shortcut for pasting text in Windows' command prompt?

I already read this question and the answer requires me to install AutoHotkey, which I do not want. Are there any alternatives?

1 Answers1

3

If you dont want to use Auto Hotkey, You can use the Alt+Space keyboard combination to bring up the window menu, then hit the E key, and then the P key. This will trigger the menus and paste into the console.

Once you practice this regularly, this wont be much difficult but at start you will have some problems but this works

Fahad Saleem
  • 706
  • 3
  • 7