Jump to content

vendetta

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by vendetta

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

×
×
  • Create New...