home *** CD-ROM | disk | FTP | other *** search
- ; /****************************************************************************\
- ; * NetBIOS Server (APLKNB.EXE) Settings *
- ; \****************************************************************************/
-
- [NetBIOS Server]
-
- ; Defines when the NetBIOS server is shutdown. If this entry is 1, the server is
- ; automatically unloaded after the last socket within a computer closes. A value
- ; of 0 instructs the server to remain loaded after the last socket closes. The
- ; server must be manually closed via Task Manager or by shutting down Windows.
- ; The default is 1.
-
- AutoUnload=1
-
- ; Identifies the network protocol to network adapter binding that NetBIOS should
- ; use to process network commands. The default is 0.
-
- LanaNum=0
-
- ; Specifies the computer's reference name. Messages are sent to a destination
- ; computer using the reference name. If a name is not provided or this option
- ; is removed from the INI file, the server will attempt to ascertain the name
- ; from the operating system. This is the default behavior.
-
- MachineName=
-
- ; Specifies how the NetBIOS server is represented on the desktop. Values are:
- ;
- ; 0 = Display icon, include entry in Task Manager
- ; 1 = No icon, include entry in Task Manager
- ; 2 = No icon, do not include entry in Task Manager
- ;
- ; The default is 0.
-
- Appearance=0
-
- ; Specifies whether the NetBIOS server is to display a message box if an error is
- ; encountered during initialization. If this entry is 1, the server will display
- ; a system-modal message box containing a description of the error. A value of 0
- ; disables the message box. In either case, the error will also be posted to the
- ; server's log file APLKNB.ERR located in the same directory that the server was
- ; launched from. The default is 1.
-
- MessagePopup=1
-