WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Get IP Address

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Get IP Address Using wxHost2Addr


Get IP-Address of Computer
	AddExtender("WWWSK34I.DLL")
	_info=WinSysInfo()
	_host=ItemExtract(1,_info,@tab)
	_hostaddr=wxHost2Addr(_host)
	Message(_host,_hostaddr)
	

Article ID:   W15880
File Created: 2004:03:30:15:41:22
Last Updated: 2004:03:30:15:41:22