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

    Find DHCP server.

    I have a PC running DOS and LAN Manager. The IP address is set by DHCP. I need to know the IP address - or host name - of the DHCP server that delivered the IP address to LAN MAnager. It must be a DOS real mode utility. IPCONFIG would be fine but I cannot find a DOS real mode version. Can you help?
  2. scripto

    Retrieve Window Titles

    In an Outlook/Exchange environment, Outlook occasionally throws up a "Requesting data" window when the e-mail server is heavily loaded. I need to detect when this window is displayed. Can I detect a Windows based on the Window Title with VBScript? XP has a utility, "Tasklist", which can...
  3. scripto

    Regional Settings

    I need a script to automatically configure regional settings on an XP workstation. By hand, this involves the following steps. Control Panel, Regional Settings Regional Options tab Standards and Formats: English(United Kingdom) Location: United Kingdom Text Services...
  4. scripto

    A Collection or not a Collection, that is the question.

    I need to retrieve default gateway network settings. The information is available in Win32_NetworkAdapterConfiguration. Scriptomatic produces the following relevant code. ----------------- On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:\\" & strComputer &...
  5. scripto

    WSH and Automation Objects Documentation

    WSH works with COM objects that have an Automation interface. How can I find what Objects are available, what kind of Interface they have (i.e. which are Automation objects), what their properties and methods are and how to drive them. Can applications e.g. Adobe Acrobat can be...

Part and Inventory Search

Back
Top