home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / 3ETHNAM.ZIP / 3ETHNAM.DOC < prev    next >
Encoding:
Text File  |  1990-11-21  |  1.6 KB  |  44 lines

  1.                               3EthNam
  2.  
  3.                           3Com Corporation
  4.                    TSO Engineering - Michel Degive
  5.                              11/01/90
  6.  
  7.  - 3EthNam is a 3+ utility that will return the 3+Name or Netbios Name
  8.    corresponding to an Ethernet address.
  9.  
  10.  - 3EThNam is a great companion to NetProbe. NetProbe will show ethernet
  11.    address, that you can than run through 3EthNam to locate the user.
  12.  
  13.  - 3Ethnam also let you know if a server is not responding.
  14.  
  15.  - 3EthNam was written using the 3+ Developer's Library.
  16.  
  17.  - How to run 3EthNam:
  18.  
  19.    3ETHNAM EthAddress [DOMAIN] [OPTION]
  20.        EthAddress is the Ethernet Address to search for. Will prefix address
  21.                   with 02608C if not specified
  22.        [DOMAIN]   is optional, if not specified, uses current domain
  23.        [OPTION]   C=Chat, shows 3+Servers being searched
  24.                   L=Locator Search ONLY
  25.  
  26.  - Examples:
  27.  
  28.    3ETHNAM 007876
  29.        will search for 02608C007876 Ethernet address in the default domain.
  30.  
  31.    3ETHNAM 02608c007876 CSO C
  32.        will search for 007876 Ethernet address in the CSO domain and will
  33.        report which servers are being searched
  34.  
  35.    3ETHNAM 02608c007876 CSO L
  36.        will search for 007876 Ethernet address in the Locator Database ONLY
  37.  
  38.    3ETHNAM xxx
  39.        'xxx' is not a valid Ethernet Address, therefore it will search through  in the CSO domain and will
  40.        every server in the default domain, will not find the address but will
  41.        report servers that are not responding.
  42.  
  43. - Source code is included, as well as 3ethnmk.bat to recompile 3EthNam.
  44.