vendetta Posted January 1, 2013 Share Posted January 1, 2013 (edited) Hi, I'm a new user of the ducky... I'm writting a little script for add a local user to Windows 7. The code is the next: DELAY 5000GUI rDELAY 50STRING cmd.exeENTERDELAY 100STRING net user test ..pass!! /addENTERDELAY 100STRING exitENTER[/CODE]However the script fails because of the slash. When Windows execute the script the line:[CODE]net user test ..pass!! /add[/CODE]Is converted to:[CODE]net user test ..pass!! -add[/CODE]I tried with ALT 047 and with SHIFT 7, but the scripts failed.Reviewing some examples published in the wiki, people are using the slash with out any problem =/So... what's wrong? Edited January 1, 2013 by vendetta Quote Link to comment Share on other sites More sharing options...
no42 Posted January 1, 2013 Share Posted January 1, 2013 What language/keyboard are you using? Which Duck Encoder version are you using? Quote Link to comment Share on other sites More sharing options...
vendetta Posted January 22, 2013 Author Share Posted January 22, 2013 Hi midnitesnake,I'm writing my scripts in a spanish OS X with a latin keyboard, and testing in a Windows spanish computer with spanish keyboard. I suppose that the answer to the problem is the next: http://forums.hak5.org/index.php?/topic/28567-spanish-support-for-keyboard/ , posted by an user some days ago... I'll test it to confirm it.Thanks ;) Quote Link to comment Share on other sites More sharing options...
no42 Posted January 22, 2013 Share Posted January 22, 2013 Probably worth contacting nek6994 to see how far he has got. Otherwise, follow the instructions in that blog post to create an es.properties. First one gets the Kudos! (But I do want to promote working as a Team!) 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.