Apr 18, 2007 #1 brian32 Vendor Joined Mar 20, 2005 Messages 35 Location US Hi. How can I make a batch file that will run keyboard shortcuts? For example, how would I code Ctrl + O? Or Ctrl + Alt + Del?
Hi. How can I make a batch file that will run keyboard shortcuts? For example, how would I code Ctrl + O? Or Ctrl + Alt + Del?
Apr 18, 2007 #2 Rick998 IS-IT--Management Joined Mar 6, 2004 Messages 975 Location GB Ctrl+Alt+Del is a reserved sequence but you may be able to use something like WinKey ( see http://www.webtree.ca/newlife/winkey_info.htm). What is it that you are trying to achieve? What have you tried? Hope this info helps... Upvote 0 Downvote
Ctrl+Alt+Del is a reserved sequence but you may be able to use something like WinKey ( see http://www.webtree.ca/newlife/winkey_info.htm). What is it that you are trying to achieve? What have you tried? Hope this info helps...