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 TouchToneTommy 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: utilman
  • Content: Threads
  • Order by date
  1. utilman

    Get MAC address from IP and hiode CMD

    Hi, This code works for me. Only the CMD windows are visible. Does somebody nows how to hide these? Thx Mickey On error Resume Next Set WshNetwork = WScript.CreateObject("WScript.Network") Set WshShell = WScript.CreateObject("WScript.Shell") Set WshProcessEnvironment =...
  2. utilman

    Retreive IP from tracert and action of certain IP exists

    Wat I would like to do is retreive IP's from a tracert command, and if a certain IP exists in all IP's change the desktop color. We have 3 exact the same virtual server networks, only difference is a certain interconnect IP on a extra firewall (source ip on firewall). IP is pingable from alle 3...
  3. utilman

    How can I let visio show all dimensions

    Is there a way to let visio show all dimensions of all walls I draw in a certain drawing? Not visio only shows the dimension when I select the wall.
  4. utilman

    Robocopy with progress bar

    Hi guys... My question is if someone has an idea how I can get een (graphical) progress bar when using robocopy to copy a large amount of files. I know a lot of people use this tool, and are missing this option. I hope someone can help us all out here..
  5. utilman

    Sending content of webpage (url) as HTML email

    Does someone have a code that sends the content of a certain webpage/url as a html email automatically? I have a script that sends an attachment automatically, but I cannot figure out how to send any html content of a certain url.
  6. utilman

    Sort Start Menu and Favorites in Alphabetical Order

    Does some know some code to Sort Start Menu and Favorites in Alphabetical Order on the fly (sendkey or something like that) ?
  7. utilman

    CopyToDVD with WshShell problem

    I get a "could not find file" error message when I run this script. Can somebody help me out.. 'Burn Backup with CopyToDVD Dim WshShell Set WshShell = CreateObject("WScript.Shell") wshshell.run "C:\Program Files\CopyToDVD\copytodvd\copytocd.exe " & "E:\Downloads\Symantec AntiVirus Corporate...
  8. utilman

    Quote problem in script with logonserver

    I know it's a well known problem, but I tried every option I knew and cannot find the right solution... Can someone help me out, and tell me where I went wrong? Set WSHNetwork = WScript.CreateObject("WScript.Network") Set WshShell = WScript.CreateObject("WScript.Shell") Set...

Part and Inventory Search

Back
Top