Jump to content

[BugReport] How to use the slash in a script? (ES Language Map)


vendetta

Recommended Posts

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 5000
GUI r
DELAY 50
STRING cmd.exe
ENTER
DELAY 100
STRING net user test ..pass!! /add
ENTER
DELAY 100
STRING exit
ENTER
[/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 by vendetta
Link to comment
Share on other sites

  • 3 weeks later...

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 ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...