Jump to content

Recommended Posts

Posted

i made this script, the only thing i couldn't achief is making it in a array can somone help:) thx

#include <array.au3>
#include <Constants.au3>


Dim $line
$foo = Run(@ComSpec & " /c net view ", "",@SW_Hide, $STDOUT_CHILD)
$count = 1
While 1
    $line &= StdoutRead($foo) & @CRLF
    If @error Then ExitLoop
    $count +=1
Wend

MsgBox (0, "", $line)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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