server = „MyServer“
Vastgesteld ws = CreateObject („WScript.Shell“)
Reeks oExec = ws. Exec („quser /server: “ & server)
WScript.Sleep 10
Lijn tot oExec.Status = 1
Doe tot oExec.stdOut.atEndOfStream
'neem hier code op om output te evalueren
'oExec.StdOut.readLine zal u toestaan om tot de output toegang te hebben
'één lijn tegelijkertijd
Lijn
|