Take Command / TCC Help v. 13.03
@IPNAMENot in LE
Hide Navigation Pane
@IPNAMENot in LE
Previous topic Next topic No directory for this topic No expanding text in this topic  
@IPNAMENot in LE
Previous topic Next topic Topic directory requires JavaScript JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

Comments (...)

@IPNAME[numeric_IP] : Returns the host name for the specified numeric_IP address. An IP address 0 returns the name of the current local host (usually the computer name). The IP address can be expressed in the common format nnn.nnn.nnn.nnn  or as a packed decimal. An invalid or unknown IP address returns an error (see @ERRTEXT to decipher the error number if necessary).

 

See also: @IPADDRESS.

 

Example:

 

echo %@ipname[192.220.109.228]

echo %@ipname[3235671524]

echo %@ipname[0]

 

Comments (...)