getip.bat 99 B

1234
  1. @echo off
  2. cd /d "%~dp0"
  3. powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0getip.ps1"
  4. pause