I have a script (batch file) to store some inside clipboard, and I need to automatize running and pasting action with auto hot key.
I tried the following code, but the code doesn't work with cmd.exe. I expect a function something like 'Paste clipboard'.
+F2::
Run "SCRIPT.bat"
Send {Control down}V{Control up}
Return