This may not exactly be an XP question, but a software question. Basically you are looking to create a keyboard macro to do a certain task. You have multiple ways of doing this, but there are a couple things you'll have to figure out: How to set a specific key to run a program. For example, you may have a key you can press that opens your Email, or opens your browser. You may have some generic programmable keys, or the ability to change how those other keys work. Your keyboard should have come with software to manage these keys, so check in there. Alternatively, there are third party programs you can try that will remap keys, or even key combinations. Second you are going to need to figure out what your program is going to do. This could be a batch/cmd, or a program created from a scripting engine (AutoIT, Kix) or a programming engine (VBasic, C++) or a script file (VBScript, Powershell). Each one will be different as to how the script works, and not all of the above may be capable of doing what you want. I'm pretty sure this topic should be elsewhere, but not sure if Software, Hardware or Programming. I'll leave it here for now to see if any replies can help determine what direction this topic will go in.