Files
repository-1/GetExternalIP.bat
2025-07-22 15:18:18 -04:00

3 lines
95 B
Batchfile

@echo off
powershell -Command "(Invoke-WebRequest -Uri 'https://api.ipify.org').Content"
pause