home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / applink / applink.in_ / applink.in
Encoding:
Text File  |  1994-05-31  |  1.8 KB  |  46 lines

  1. ; /****************************************************************************\
  2. ; * NetBIOS Server (APLKNB.EXE) Settings                                       *
  3. ; \****************************************************************************/
  4.  
  5. [NetBIOS Server]
  6.  
  7. ; Defines when the NetBIOS server is shutdown. If this entry is 1, the server is
  8. ; automatically unloaded after the last socket within a computer closes. A value
  9. ; of 0 instructs the server to remain loaded after the last socket closes. The
  10. ; server must be manually closed via Task Manager or by shutting down Windows.
  11. ; The default is 1.
  12.  
  13. AutoUnload=1
  14.  
  15. ; Identifies the network protocol to network adapter binding that NetBIOS should
  16. ; use to process network commands. The default is 0.
  17.                                  
  18. LanaNum=0
  19.  
  20. ; Specifies the computer's reference name. Messages are sent to a destination
  21. ; computer using the reference name. If a name is not provided or this option
  22. ; is removed from the INI file, the server will attempt to ascertain the name
  23. ; from the operating system. This is the default behavior.
  24.  
  25. MachineName=
  26.  
  27. ; Specifies how the NetBIOS server is represented on the desktop. Values are:
  28. ;
  29. ; 0 = Display icon, include entry in Task Manager
  30. ; 1 = No icon, include entry in Task Manager 
  31. ; 2 = No icon, do not include entry in Task Manager
  32. ;
  33. ; The default is 0.
  34.  
  35. Appearance=0 
  36.  
  37. ; Specifies whether the NetBIOS server is to display a message box if an error is
  38. ; encountered during initialization. If this entry is 1, the server will display
  39. ; a system-modal message box containing a description of the error. A value of 0
  40. ; disables the message box. In either case, the error will also be posted to the
  41. ; server's log file APLKNB.ERR located in the same directory that the server was
  42. ; launched from. The default is 1.
  43.  
  44. MessagePopup=1
  45. 
  46.