salleo 10 Posted August 6, 2004 Report Share Posted August 6, 2004 Hallo Leute Kurze Frage: Gibt es eine Möglichkeit eine Tastenkombination per Batch zu schreiben. z.b.: Ich möchte eine Batch schreiben, welche mir automatisch die Tastenkombination Strg+Alt+Z ausgibt. Ist das irgendwie möglich? 1000end dank Für eure hilfe danke salleo Quote Link to comment
real_tarantoga 11 Posted August 6, 2004 Report Share Posted August 6, 2004 eine möglichkeit wäre, wsh oder autoit zu verwenden. letzteres anbei ;) ob das so funktioniert, hängt von deiner umgebung ab, in der das laufen soll ... ;;AutoIT-Verhalten anpassen ; AutoItSetOption("MouseCoordMode",0) AutoItSetOption("ExpandEnvStrings",1) AutoItSetOption("PixelCoordMode",0) AutoItSetOption("SendKeyDelay",50) AutoItSetOption("WinWaitDelay",500) AutoItSetOption("WinTitleMatchMode",2) ; ;STRG+ALT+Z senden Send("^!z") nur ein beispiel - näheres dazu unter http://www.hiddensoft.com/autoit3 Quote Link to comment
salleo 10 Posted August 6, 2004 Author Report Share Posted August 6, 2004 hi danke für deine antwort Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.