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: *

  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

    Thanks Tsuji This is helpful. It means I can stop looking for something in VBScript to do what I want. I will try your suggestion. Tek-tips is great Scripto.
  3. 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...
  4. 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...
  5. scripto

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

    Tsuji Great response. Thanks, it answers a lot of questions. If I understand correctly, when an object advertises a property of a particular type e.g. a collection, a reference to the property may return something or may return nothing. Does this mean that, for reliability, you must include...
  6. 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 &...
  7. scripto

    how to print in full duplex

    I have a similar need. Here is where my thinking has got to. Printing in duplex is a freature that some printers have and some printers do not have. Therefore printing in duplex must involve interaction with the printer driver. Do printer drivers present their functions as Objects? If yes...
  8. scripto

    WSH and Automation Objects Documentation

    The reply from Mark57 is useful but only for VB and ActiveX objects. VBsctipt cannot access ActiveX objects only Automation objects (as far as I know). Any more info will be very much appreciated.
  9. 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