Hi, I created a shortcut key so that if I press Ctrl-Alt-Z, a cmd script runs. When I do this, I see the cmd window flash on the screen and close, and my mouse cursor is taken away from the current window. How can I make the mouse cursor remain in the current window?
I don't think it matters, but what the script does is add a frequently used text string to the clipboard so I can paste it with Ctrl-V.
mycopy.bat contains one line: clip < "C:\temp\regular_p.txt"
I created a shortcut mycopy.bat and in properties I specified a shortcut key of Ctrl-Alt-Z
I want to be able to choose Ctrl-Alt-Z and then Ctrl-V to paste.
Right now I have to do Ctrl-Alt-Z, click the mouse button to get back to current window, Ctrl-V.
I don't think it matters, but what the script does is add a frequently used text string to the clipboard so I can paste it with Ctrl-V.
mycopy.bat contains one line: clip < "C:\temp\regular_p.txt"
I created a shortcut mycopy.bat and in properties I specified a shortcut key of Ctrl-Alt-Z
I want to be able to choose Ctrl-Alt-Z and then Ctrl-V to paste.
Right now I have to do Ctrl-Alt-Z, click the mouse button to get back to current window, Ctrl-V.