banner

[User]

Answer File = Internet Service Provider (.isp) File

The [User] section contains entries for specifying information about the end user.

Entry Description
Name Specifies the user name.
Password Specifies the password.
Requires_Logon Specifies whether to require the end user to log on.

Sample

This sample demonstrates one use of the [User] section of the Internet Service Provider (.isp) File.

[User]
Name = Pat Coleman
Password = PC*1234
Requires_Logon = Yes

Name

Specifies the user name.

Syntax Name = string
Value string
Example
Name = Pat Coleman

icon Return to top

Password

Specifies the password.

Syntax Password = string
Value string
Example
Password = PC*1234

icon Return to top

Requires_Logon

Specifies whether to require the end user to log on.

Syntax Requires_Logon = Yes | No
Values Yes

Requires the end user to log on.

No

Does not require the end user to log on.

Example
Requires_Logon = Yes

icon Return to top