banner

[Scripting]

Answer File = Internet Settings (.ins) File

The [Scripting] section contains entries for specifying the names and paths of your dial-up networking script files.

Entry Description
Name Specifies the file name of the Network Connections script.
Name16 Specifies the file name of the 16-bit Network Connections script.
Name32 Specifies the file name of the 32-bit Network Connections script.
Path16 Specifies the full path to the 16-bit script.
Path32 Specifies the full path to the 32-bit script.

Sample

This sample demonstrates one use of the [Scripting] section of the Internet Settings (.ins) File.

[Scripting]
Name = sis.scp
Name16 = sis16.scp
Name32 = sis32.scp
Path16 = c:\myfolder\sis16.scp
Path32 = c:\myfolder\sis32.scp

Name

Specifies the file name of the Network Connections script.

Syntax Name = file_name
Value file_name
Example
Name = sis.scp

icon Return to top

Name16

Specifies the file name of the 16-bit Network Connections script.

Syntax Name16 = file_name
Value file_name
Example
Name16 = sis16.scp

icon Return to top

Name32

Specifies the file name of the 32-bit Network Connections script.

Syntax Name32 = file_name
Value file_name
Example
Name32 = sis32.scp

icon Return to top

Path16

Specifies the full path to the 16-bit script.

Syntax Path16 = path_and_file_name
Value path_and_file_name
Example
Path16 = c:\myfolder\sis16.scp

icon Return to top

Path32

Specifies the full path to the 32-bit script.

Syntax Path32 = path_and_file_name
Value path_and_file_name
Example
Path32 = c:\myfolder\sis32.scp

icon Return to top