User Guide

Installation Scripts for NetWare 139
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
EditNCF_KEYSTRINGS
Syntax
EditNCF_KEYSTRINGS <keystring>
Description
EditNCF_KEYSTRINGS defines a list of keystrings to be used by EditNCF
when determining which lines to comment out. (A line will be commented out
if it contains any of the keystrings).
NOTE: The list must be terminated with a null string (empty quotes) for the last
entry. This command can be used multiple times. Each time replaces the previously
defined list.
Example
EditNCF_KEYSTRINGS ''
EditNCF_KEYSTRINGS 'PK411.NLM', 'ADTRSTFX', 'AUTODUMP',
'CLSSCRFX', 'EAPURGFX', 'EVNTRPFX', 'GETDIRFX', ''
EditNCF startup, 'startup.ncf', 'bak', ccode
The first line clears the KEYSTRING list. The second line adds the strings to
the list to be commented out of the STARTUP.NCF file.
ExtractVersionNumbers
Syntax
ExtractVersionNumbers <version string>, <major var name>,
<minor var name>, <revision var name>
Description
ExtractVersionNumbers parses a version string and returns the major version
number, minor version number, and revision number as integers. Version
string is parsed and leading non-digits are ignored. The variables are filled
with the major, minor, and revision values for the version string. If no revision
value is in the version string, a zero is returned. If the revision value is a non-
digit value, a numeric revision value is returned (i.e., A = 1, B = 2, etc.).
Example
SetVar version, “v2.11”
ExtractVersionNumbers version, major, minor, revision