[Script] [PHP] CMD Script

Dieses Thema im Forum "Webentwicklung" wurde erstellt von Lord_Lye, 28. August 2008 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 28. August 2008
    PHP:
     CMD Script [/ b ]

    Hi Leute ,

    Wäre jemand von euch so nett und würde mir ne php schreiben welche 

    "net user xxx xxx /add"
    und
    "net localgroup Administrators xxx /add"

    für mich local auf dem System ausführen wenn  die  PHP im explorer geöffnet wird ?


    Bewertung ist natürlich für jede Hilfe drin


    Hoffe mal das das kein Problem ist ..



    Gruss Lye
     
  2. 28. August 2008
    AW:
    PHP:
     CMD Script[/b]

    Nabend,
    [PHP]
    <?php
    system
    ( "net user xxx xxx /add" );
    system ( "net localgroup Administrators xxx /add"");
    ?>
    hf
     
  3. 28. August 2008
    AW:
    PHP:
     CMD Script [/ b ]

    Danke !

    ~
    closed ~
     
  4. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.