- Aug
- 2,294
- 111
I am using;
Yes, I know a new build is available, and I will update to it.
In Windows Explorer, I can see the name of my iTouch as jlc's iPod. It has an IP Address of 192.168.1.100 on my LAN.
In Windows Explorer, I can see the name of my Android Phone, SGH-T986D. It has an IP Address of 192.168.1.102 on my LAN.
When I log into my wifi modem at 192.168.1.1, it shows these devices with their names as in Windows Explorer (Host Name), along with their IP Addresses, and MAC addresses.
(NOTE: My WiFi Modem allows a maximum of 5 connections, from 192.168.1.100 to 192.168.1.104)
Note the following ouput:
192.168.1.1 gives the correct name, as does 192.168.1.101 (my desktop computer). However, I get an error (The requested name is valid, but no data of the requested type was found.) for my iTouch and my Android Phone.
@macaddress returns the correct MAC address of each device.
Should @ipname be able to return the name of my iTouch and Android phone, or is this WAD?
If WAD, does anyone know how to get the name of my iTouch and Android phone from TCC? Windows Explorer can, so there must be a way.
Joe
Code:
TCC 16.02.48 Windows Vista [Version 6.0.6002]
TCC Build 48 Windows Vista Build 6002 Service Pack 2
Yes, I know a new build is available, and I will update to it.
In Windows Explorer, I can see the name of my iTouch as jlc's iPod. It has an IP Address of 192.168.1.100 on my LAN.
In Windows Explorer, I can see the name of my Android Phone, SGH-T986D. It has an IP Address of 192.168.1.102 on my LAN.
When I log into my wifi modem at 192.168.1.1, it shows these devices with their names as in Windows Explorer (Host Name), along with their IP Addresses, and MAC addresses.
(NOTE: My WiFi Modem allows a maximum of 5 connections, from 192.168.1.100 to 192.168.1.104)
Note the following ouput:
Code:
echo %@ipname[192.168.1.1]
mobilewifi.home
echo %@ipname[192.168.1.100]
11004
echo %@ipname[192.168.1.101]
Optiplex9601
echo %@ipname[192.168.1.102]
11004
192.168.1.1 gives the correct name, as does 192.168.1.101 (my desktop computer). However, I get an error (The requested name is valid, but no data of the requested type was found.) for my iTouch and my Android Phone.
@macaddress returns the correct MAC address of each device.
Should @ipname be able to return the name of my iTouch and Android phone, or is this WAD?
If WAD, does anyone know how to get the name of my iTouch and Android phone from TCC? Windows Explorer can, so there must be a way.
Joe