Today, i will show you how to enable this (Ctrl+V) shortcut for pasting in DOS too. Here are
the steps:
Download Autohotkey from here and install it.
Open Notepad and paste in the following script:
#IfWinActive ahk_class ConsoleWindowClass
^V::
SendInput {Raw}%clipboard%
return
#IfWinActive
Save it as <Filename>.ahk.
Now, double click the file you saved.
A icon appear in taskbar
Now, you can paste what you want in DOS by Ctrl+V combination:
NOTE : This will work until Autohotkey is running. If it is closed, it will not work.
0 comments:
Post a Comment