Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Ipconfig batch file  (Read 1988 times)

0 Members and 1 Guest are viewing this topic.

Edimus_Prime

  • Guest
Ipconfig batch file
« on: April 07, 2006, 03:00:16 AM »
I want to create a batch file to confirm a users IP address, can this be done and how?

Blackberry



    Adviser
  • For those with wings, fly to your dreams.
    Re: Ipconfig batch file
    « Reply #1 on: April 07, 2006, 04:32:20 AM »
    Quote
    I want to create a batch file to confirm a users IP address, can this be done and how?

    You didn't said your OS. But I asume that your working under windows XP. Than you can do this by the following code


    Code: [Select]
    @echo off
    ipconfig
    pause
    Everybody knows you can't click here. But I know you will try it :)