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
- How To Get Glass Calculator in Windows 7/Vista
- How To Automatically Check For Web Page Updates In Mozilla Firefox
- How To Display Anything (Your Name Or Any Message) In The Taskbar Clock
- Windows 7 User Picture Frame Changer : Change Your User Picture Frame With One Click
- How To Get Notepad With Ribbon User Interface In Windows 7/Vista
- Microsoft Security Essentials (MSE) v2.0 Beta Available For Download
- Dell KACE Secure Browser: New Browser From Dell Based On Mozilla Firefox With Virtualization Technology
- Windows Aero Switcher : Turn Aero On/Off With One Click
- AutoSaver : Save The File You Are Working On Automatically
- How To Add Restart Explorer Shortcut To Context Menu




