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