Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: guif
  • Content: Threads
  • Order by date
  1. guif

    user connect in a PC on Domain

    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...
  2. guif

    vbs with excel: connections?

    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!
  3. guif

    Make PING with FLASH

    Hi! I would like to make some "ping's" to some PC's. My idea is to using XML + FLASH. Is It possible??
  4. guif

    clean cookies of all users with BAT file

    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??????
  5. guif

    VBS to install a printer in my LAN

    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...

Part and Inventory Search

Back
Top