Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to look up NetBIOS names' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to look up NetBIOS names
Authored by: stevec on Mar 28, '03 04:27:26PM
Cool, thanx! I just knew I was missing something. for those of you just curious, this is what it does to the smb.conf file
[global]
 client code page = 437
 coding system = utf8
 guest account = unknown
 encrypt passwords = yes

  workgroup = sarnoff
  wins server = 130.33.x.x
[homes]
It added only the workgroup and wins server lines

[ Reply to This | # ]