Hi,
I want to display a particular windows in all the windows opened on my computer (windows XP) which appears in my task bar.
Or , how can i get the list of windows opened ?
Thanks.
Hi,
I have a script in vb which returns 1 or 0 and this script is called in a dos file .bat.
Is it possible to get the value returned in my script.*
Thanks.
Hi,
I want to get pid process running with the RunAs command:
RunAppUser=WshShell.Run("runas /user:" & user & " " & CHR(34) & applicationName & CHR(34), 2, FALSE)
I can with the exec command:
Set oExec = WshShell.Exec(applicationName)
Wscript.Echo "PID de l'aapli lancée: " & oExec.ProcessID...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.