Monday, May 31, 2010

IP အလြယ္ၾကည့္နည္း

Batch file အမ်ဳိးအစားေလးပါ။ ဒီဖုိင္ကို run လုိက္ရင္ ကုိယ့္ကြန္ပ်ဴတာရဲ႕ IP,Subnet,Gateway, MAC , DNS , Server ေတြရဲ႕ Address ကိုျမင္ႏုိင္တဲ့အျပင္ ကြန္ပ်ဴတာရဲ႕ Network Adaptor ေကာင္းမေကာင္းကိုပါ တစ္ခါတည္း စစ္ေပးအံုးမွာ ျဖစ္ပါတယ္။ ေအာက္ကစာသားကို Notepad ထဲကိုကူးထည့္ပါ C:\windows ဖိုလ္ဒါ ေအာက္မွာ ဖုိင္နာမည္ IP.Bat ႐ုိက္သိမ္းပါ။
@echo.@echo IP For Technology Pass Computer.
@echo By: Myosoethu
@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ၿပီးလွ်င္ run box ကိုဖြင့္ၿပီး ip ရုိက္ Enter ေခါက္လိုက္ရင္ အဆင္ေျပပါၿပီ။

No comments:

Post a Comment