To initiate a search on the WINS database for the specified record name. Syntax: init search Name=]Record name EndChar=]End ...

To initiate a search on the WINS database for the specified record  name.     Syntax:            init search [Name=]Record name [[EndChar=]End character]           [[Case=]0|1] [[File=]File name]    Parameters:            Name           - Name of the record for which to search.            EndChar        - 16th character of the NetBIOS name record.            Case           - 0-Ignore name case (default), 1-Use name case.            File           - Name of the file in which to store formatted                           output (comma separated format).    Example:       init search name=dc1 endchar=1c case=0 file=C:\WINSfiles ames.txt                    This command searches for records named dc1 with an end                 character of 1c, and outputs the information to the                 names.txt file located in C:\WINSfiles.