re: Shortcut to ipconfig?
Saturday, January 5, 2008 at 9:28 am Windows XP Annoyances Discussion Forum
Posted by Jeff
(2 messages posted)
answer to my own questions :)
create a .bat file but do not use the cmd command
@echo off
ipconfig /release
ipconfig /flushdns
arp -d
ipconfig /renew
ipconfig /all
pause
the pause is what i was looking for , it allows u to see the output and hit any key
the flushdns and arp -d are optional
you can either create a shortcut to the batch file or put it directly on the desktop
|
All messages in this thread [show all]
 |  |  |  | re: Shortcut to ipconfig? (Jeff: Sat, Jan 5, 2008, 9:28 am) |
| |
| |
| |
Return to the Windows XP Discussion Forum
|
|