BadUSBDude Posted January 20, 2015 Share Posted January 20, 2015 Hello , ich have this script: DELAY 2500WINDOWSSTRING cmd /K echo hello world DELAY 100ENTER My problem is that the WINDOWS command do nothing(with the GUI command i have the same problem). Can anybody help ? thx ;) Quote Link to comment Share on other sites More sharing options...
Solution TGYK Posted January 20, 2015 Solution Share Posted January 20, 2015 Hello , ich have this script: DELAY 2500 WINDOWS STRING cmd /K echo hello world DELAY 100 ENTER My problem is that the WINDOWS command do nothing(with the GUI command i have the same problem). Can anybody help ? thx ;) Try "GUI r"? It should open the run dialogue as opposed to just opening the Windows start menu, and it should open the command prompt with the string you provided.. Not sure if the /K will actually perform the enter keypress because I don't have a Rubber Ducky of my own, but it's worth a shot. Quote Link to comment Share on other sites More sharing options...
BadUSBDude Posted January 20, 2015 Author Share Posted January 20, 2015 Try "GUI r"? It should open the run dialogue as opposed to just opening the Windows start menu, and it should open the command prompt with the string you provided.. Not sure if the /K will actually perform the enter keypress because I don't have a Rubber Ducky of my own, but it's worth a shot. Thank you, i tried and it worked. Quote Link to comment Share on other sites More sharing options...
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.