notepad ဖြင့် ကွန်ပျူတာIP address ကြည့်နည်း


Notepad နဲ ့ပေါ့ ကိုယ်စက်ရဲ ့ IP address ကိုကြည်လိုရတဲ့ ကုင်္ဒလေးပါ။
Notepad ကို ဖွင့်လိုက်ပါပြီးရင်

@echo.

@echo IP For Technology Pass Computer.

@echo By:kolin



@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

save ကိုတော့ name.bat နဲ ့ save ပေးရပါမယ် ။
သိမ်းမဲ့နေရာလေးလည်းမှတ်ထားဦးနော်..
အားလုံးပဲအဆင်ပြေပါစေခင်ဗျာ..

Comments