Jump to content

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


Recommended Posts

Posted (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 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
  • 3 weeks later...
Posted

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

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...