Hi!
with this script, i know the user corrently logged in my computer:
strComputer = inputbox("Dime el PC y te dire el usuario:")
If strComputer = "" then WScript.Quit
set objWMI = GetObject("winmgmts:{impersonationLevel=impersonate}!//" & strComputer & "")
set colOS = objWMI.ExecQuery("Select...
Hi!
I have a file Excel with a lot of IP's in A1 to A20.
I would like to put a code into the B2 to B20 to know the conexion is OK or no OK.
IT's possible to make some ping's???
For example
A B
1 PC_1 OK
2 PC_2 NO OK
3 PC_3 OK
thank's!
I have this code:
del "C:\Documents and Settings\%username%\cookies\"*.* /S /Q /F
for /D %%a in ("C:\Documents and Settings\%username%\cookies\"*.*) do rmdir "%%a" /S /Q
I would like to clean the cookies of all users. HOW??????
Hi!
my English is very poor... sorry!
I would like to make this:
In my work I install the printers when I go to START->RUN and write: \\SERVER01\PRINTER01 and I'm use a Remote program.
but...I would like to make this with my PC.
one idea is:
Option explicit
Dim PC, PRINTER
PC=inputbox("In...
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.