This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
yichael
/
AndroidRemoteController
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
02f79cc24b
Branches
Tags
master
AndroidRemoteCo...
/
bat-tool
/
getip
/
getip.bat
getip.bat
99 B
Histórico
Raw
1
2
3
4
@echo off
cd /d "%~dp0"
powershell -ExecutionPolicy Bypass -NoProfile -File "%~dp0getip.ps1"
pause