home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / mapname.zip / readme.1st < prev   
Text File  |  2000-03-06  |  2KB  |  41 lines

  1.     MAPNAME
  2.  
  3.  
  4.     MAPNAME is a utility which encodes NetBIOS names into the format used
  5.     by NetBIOS over TCP/IP (RFC-encoded name).  MAPNAME also decodes
  6.     the RFC-encoded name into a standard NetBIOS name.  The primary use
  7.     for this utility is to aid entry of NetBIOS names in the RFC-encoded
  8.     format into a TCP/IP domain name server.
  9.  
  10.     Command format: mapname input /fdblxx
  11.       input: a) filename.LST or filename.RFC
  12.              b) name(max. 16 char. for NB name, and 32 char. for RFC name)
  13.                 - name can be any char.+ \xDD in any order, surrounded by "[]".
  14.                 - D is hex digit(\xDD = one char.).
  15.           f: indicates the file I/O(default is name.)
  16.           d: indicates the I/O direction
  17.              a) r: NETBIOS -> RFC
  18.              b) n: RFC - > NETBIOS
  19.           b: pending blanks up to 16 char.(default is null char.).
  20.         lxx: indicates last char.(xx can be any hex value)
  21.  
  22.    NOTE: "b" and "lxx" options are not supported for file I/O conversion.
  23.  
  24.  
  25.     Examples:
  26.     mapname station1.lst /fr                 input: file station1.lst
  27.                                             output: file station1.rfc
  28.                                          direction: NETBIOS -> RFC
  29.  
  30.     mapname station1.rfc /fn                 input: file station1.rfc
  31.                                             output: file station1.net
  32.                                          direction: RFC -> NETBIOS
  33.  
  34.     mapname station1\x85name\x86 /r            input: name station1ànameå
  35.                                             output: name(RFC format)
  36.                                          direction: NETBIOS -> RFC
  37.  
  38.     mapname station1 /rbl20                    input: name station1 as SRV name
  39.                                             output: name(RFC format)
  40.                                          direction: NETBIOS -> RFC
  41.