

InterviewSolution
1. |
Solve : programe for keypressing in keyboard? |
Answer» can any ONE tell me the coding for automatically press key in keyboard Tell us more about what you're trying to accomplish, please.i am now trying to install more than one software on a single CLICK by clicking one batch file, usually we need to click next and next for installing software through keyboard, if i know the coding for key pressing its very useful for me thats whyBatch files cannot do these magical things.ok guide me how to do those things. bcos i am working as a system engg this is HELPFUL for me if i know. pls help meBy the time you write this PROGRAM according to all the software you need to install (right amounts of Enters, Tabs, ect), you would have already installed them. Batch files cannot do these magical things.Did the OP specify batch? You can do this with Sendkeys. http://lmgtfy.com/?q=Sendkeys+MSDNI wonder if the old escape codes for ASCII characters still work? |
|