Beyondrelational

Tuesday, February 2, 2010

DOS CMD

Hide :
-------
Attrib +s +h D:\foldername
Attrib -s -h D:\foldername

***********************************

Find path : (DOS Command)
----------------------------------

C:\>dir /s | find /i "wwwroot" | find "Directory"


****************************************
cmd /k ipconfig /all



Your IP address will be displayed in an open window after a few seconds.


*********************

cmd /k ipconfig /all


Your IP address will be displayed in an open window after a few seconds.

***********

netstat -n

will see a list of all your active connections and IP numbers

*********************************************

No comments:

Post a Comment