Saved Bookmarks
| 1. |
Solve : Ipconfig batch file? |
|
Answer» I want to create a batch file to CONFIRM a users IP ADDRESS, can this be done and how?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 |
|