Crack Your Own Track

Wednesday 31 July 2013

Use Ctrl + V shortcut to paste in cmd

You will always use shortcuts to cut copy and paste in our system.But in the command prompt we can't able to use the ctrl + v to paste the line or any command from the system.We have to use the mouse to paste in our cmd.So here is the simple trick to enable the right click option in your command prompt(cmd).

  •  After installation open your Notepad and type the following code.
                       #ifWinActive ahk_class ConsoleWindowClass
                       ^V::
                       SendInput {Raw}%clipboard%
                       return
                       #ifWinActive
  • Then save this file as Filename.ahk.
  • Then run that filename.ahk file.
  • There will be a H will be displayed in your right corner
  • When this icon is visible the ahk is running.
  • Now go to cmd or dos and copy the sentence and paste it in the cmd
  • Now you can able to use the shortcut ctrl+ v to paste in your cmd.
  • This trick will work only is the H icon is visible.If it has gone the once again double click that filename.ahk file to run that H icon

No comments:

Post a Comment

Please post your comment and share this blog to your friend.And also write a review on Alexa