Save the IP address of any Website in a .TXT file
I know that you can use the Ping command in Command Prompt to find the IP address of any website but I will tell you how to save the information in a .TXT file instead of seeing the IP address and typing it. Just follow the tutorial below to do it:-
1. First open Notepad and copy the below code in it:-
@ECHO OFF
PING KISHAN.INFO > IP-ADDRESS.TXT
Replace KISHAN.INFO to the site that you want.
2. Save the file with the extension .BAT.
3. Now open the batch file and it will automatically save the IP address of the website that you have given in the code, in a file called IP-ADDRESS.TXT in the same folder the batch file is. (For example, the batch file is in C: then the .TXT file will be in C:.)
If you have any alternative method then comment it in this post.
Latest Articles from door2windows
- Internet Explorer 9 (IE9) Beta Video Leaked
- How To Automatically Change Your Logon Screen Background After An Interval Of Time In Windows 7
- How To Shutdown, Restart, Sleep, Switch User, Lock & Log Off From Your Taskbar In Windows 7
- Windows Tray Icons Creator: Create Tray Icons With Mouse Click Action In Windows
- How to Get Classic Network Activity Indicator In Windows 7/Vista
- How To Automatically Display A Message At Windows Startup
- How To Change The Default Firefox 4 Menu Button Into An Icon
- How To Restore A Window If You Have Closed It Accidentally
- How To Change Your Windows 7 Start Button Without Editing Any System File
- New Digg Available For Everyone




