반응형
https://superuser.com/questions/1325573/how-to-extract-final-line-from-this-ip-list6
REM https://superuser.com/questions/1325573/how-to-extract-final-line-from-this-ip-list6
@Echo off
for /f "tokens=2 delims=: " %%A in (
'nslookup myip.opendns.com. resolver1.opendns.com 2^>NUL^|find "Address:"'
) Do set ExtIP=%%A
Echo External IP is : %ExtIP%
'컴퓨터관리' 카테고리의 다른 글
Windows 10 Pro(EFI) + Ubuntu 20.04.5 desktop(EFI) 멀티부팅 by DELL Precision 3650 (0) | 2023.03.16 |
---|---|
마에스트로(복구솔루션) SATA Mode 변경방법(RAID -> AHCI), 우분투 설치 사전작업 (0) | 2023.03.16 |
수냉쿨러 장착 유의점 (캐패시터 간섭) (0) | 2023.01.13 |
노트북 모델 빠르게 확인하는 방법(Win+R => msinfo32) (0) | 2022.12.29 |
인텔CPU 메인보드 호환표 (0) | 2022.12.01 |