Results 1 to 6 of 6

Thread: IP address

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question IP address

    I am connected to a LAN where I get a new IP address each time I connect. Where do I see this IP adress e.g in the Control Panel?

  2. #2
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622
    goto start > run

    type "command" w/o quotes

    for win2k, xp
    type "ipconfig /all" w/o quotes

    i thinks its "winipconfig" on 9x and me

    cant remember
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  3. #3
    Fanatic Member VisionIT's Avatar
    Join Date
    Nov 2002
    Location
    Workin'...
    Posts
    718
    Win95/98:

    Type "winipcfg" at the run prompt.

    Win2000/XP/2003:

    Type "cmd" at the run prompt, then type "ipconfig /all"

    Hope that helps.

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by VisionIT
    Win95/98:

    Type "winipcfg" at the run prompt.

    Win2000/XP/2003:

    Type "cmd" at the run prompt, then type "ipconfig /all"

    Hope that helps.
    I'd recommend using command rather than cmd, since it has support for large file names. cmd requires you to KNOW how to shorten file names in dos.

  5. #5
    Fanatic Member VisionIT's Avatar
    Join Date
    Nov 2002
    Location
    Workin'...
    Posts
    718

    IP Address - to user: hpl

    hpl...

    In your previous post called "IP address", the last post from kasracer was incorrect (sorry m8y)

    cmd.exe is a 32 bit command prompt that supports long filenames natively along with a host of other tricks (try typing a partial filename in XP and hitting the TAB button to autocomplete). Command.com is a 16 bit shell that was the basis for running Windows 9x/ME. 16 bit shells truncate file names to XXXXX~1.XXX, XXXXX~2.XXX etc.

    It is still possible to read whole directories in a 16 bit shell, just by adding quotes... IE

    Code:
    cd "documents and settings"
    This tells the shell to take everything as one reference, instead of reading each individual letter.

    The tab trick is great! I use it all the time in Windows and Linux!

    I've posted it here because either you or an admin has closed the thread!

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    hpl closed the thread. I have merged this post with the original thread.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width