Friday 17 September 2010

IP Test

Start - Run - cmd ထဲမွာ IP၊ Subnet၊ Gateway၊ MAC၊ DNS၊ Server ေတြရဲ႔ Address ေတြနဲ႔ Network Adaptor ေကာင္းမေကာင္းကို စစ္ရမွာ စိတ္မရွည္ဘူးဆိုရင္ ေအာက္မွာေပးထားတဲ့ Code ေလးကို Notepad ထဲကို ကူးထည့္ၿပီး .bat ဖိုင္အေနနဲ႔ Desktop မွာ သိမ္းလိုက္ပါ။ ၿပီးရင္ အဲ့ဒီဖိုင္ေလးကို ဖြင့္လိုက္ယံုနဲ႔ ရပါၿပီ။

@echo.
@echo.
@echo.
@echo mistake51area.ning.com.
@echo.
@echo.
@echo mistake51area@gmail.com
@echo.
@ipconfig/all | find "IP Address"
@ipconfig/all | find "Subnet Mask"
@ipconfig/all | find "Default Gateway"
@ipconfig/all | find "Host Name"
@ipconfig/all | find "DNS Suffix Search List"
@ipconfig/all | find "Physical Address"
@ipconfig/all | find "DHCP Enabled"
@ipconfig/all | find "DHCP Server"
@ping 127.0.0.1
@echo.
@pause

0 comments:

Post a Comment