Showing posts with label Command Prompt Tricks. Show all posts
Showing posts with label Command Prompt Tricks. Show all posts

Saturday, June 16, 2012

DOS Shortcuts


1. Ipconfig/all -> Display Connection Configuration
2. Ipconfig/flushdns -> Helps to Clear DNS cache
3. Ipconfig/displaydns -> Helps to display DNS cache information.
4. ipconfig/release -> Releases all IP address connections
5. ipconfig/renew -> Renews all IP address connections
6. ipconfig/registerdns -> Re-registers the DNS connections
7. ipconfig/setclassid -> Changes/Modifies DHCP class ID
8. control netconnections -> Netword Connections
9. netsetup.cpl -> Network setup wizard
10. ping www.facebook.com -> Tests the network connection
11. tracert -> Traces the route
12. netstat -> Displays the TCP/IP protocol sessions
13. arp -> Displays resolved MAC addresses

Saturday, October 22, 2011

Chat with Friends in MS-DOS


Do you want to chat with your friends in Ms-Dos..
Well, Here's the idea.....


Goto Notepad

Type the following:

@echo off
echo.
echo.
:subash
CLS
echo The Brand New DOS Messenger
echo
set /p a = Ip address:
set /p b= Message:
net send %a% %b%
pause
goto subash
exit

Save it with extension .bat like "mymessenger.bat"
open it and chat with frns.... If you know their IP address....