Skip to content
/ GetIP Public

GetIP is a function/script/plugin for batch files. It can obtain external and internal IPv4 address.

Notifications You must be signed in to change notification settings

hXR16F/GetIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GetIP - YouTube

GetIP is a function/script/plugin for batch files. It can obtain external and internal IPv4 address.

Usage

To get external IP address:

call getip.bat --external

To get internal IP address:

call getip.bat --internal

To delete temporary files:

call getip.bat --clean

To display IP address:

type ext_ip.var

type int_ip.var

How it works

External:

It uses wget to download output from http://api.ipify.org/.

Internal:

It uses ipconfig command.

Screenshot

screenshot

About

GetIP is a function/script/plugin for batch files. It can obtain external and internal IPv4 address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published