Re: OT: Quickest way to determine network IP address



Thanks! I learned a little more about running Windows commands. At
one point there was something called WSH (Windows Scripting Host)... I
don't know where that ever went and if it would be relevant to
executing commands to return values such as an IP address.

On Fri, 08 Feb 2008 01:17:00 -0500, Jay B <jayB@xxxxxxxxxxx> wrote:

even slightly faster is:
one line

cmd /k ipconfig

you can type it in run dialog box
or save in shortcut
dont need a batch file.

then you just need to close the box to get out.
the benefit of the batch file is any key will get passed the pause and
exit the command prompt window.
jay


Journey wrote:
On Fri, 08 Feb 2008 02:02:46 -0600, Journey <journey@xxxxxxxx> wrote:

The most ideal solution would be a system tray icon that I could hover
over to show the IP address.

Another option that I just lucked out by trying is to set up a .bat
file:

run cmd
ipconfig
pause

and it was a one-click solution showing the local IP address for that
computer.
.



Relevant Pages

  • Re: Zen Vision:M isnt recognized in WMP 11
    ... I did all that, but when i tried to run it, i got the message back "Windows ... then type in a filename ending in .bat (short for batch file) eg save ... the batch file to run the commands it contains ... First he suggests re-registering the following DLLs using these command ...
    (microsoft.public.windowsmedia.player)
  • Re: Problem when executing application from batch file
    ... Apparently this is only supported in XP and most likely Windows 2000. ... When I changed the batch file to the following: ... >>> My app primary task is not accepting commands from the batch file. ...
    (microsoft.public.vb.general.discussion)
  • Re: My Documents directory has a "read only" flag
    ... When I try the batch file, and also manually typing at the command prompt, ... My system is a new IBM ThinkPad T60 Laptop, windows XP, SP2. ... Echo "Copies templates to Thumb Drive, ...
    (microsoft.public.windowsxp.general)
  • Command Prompt Question
    ... Is there a way in Windows XP to execute a batch file and have the computer ... I know I could put a pause statement after each ... command but since the batch file has over 1,000 lines it is a bit tedious. ...
    (microsoft.public.win2000.cmdprompt.admin)
  • Scheduled tasks wont run unless logged in
    ... All use the same Administrator logon to run. ... batch file tasks are the ones with the problem. ... windows .exe type of commands run fine, but the batch file commands do not ... Is there a reason why command line batch files are not running on my Windows ...
    (microsoft.public.win2000.security)

Loading