Help and Support

Login Script GOTO Command Finds Wrong Target Label

Article ID:135154
Last Review:November 15, 2006
Revision:1.1
This article was previously published under Q135154

SYMPTOMS

If your Novell NetWare login script contains a GOTO command, processing may continue at the wrong label.

Back to the top

CAUSE

The labels are not being parsed correctly.

Back to the top

RESOLUTION

Your NetWare administrator should examine the login scripts and change the labels so that no label name is a subset of another.

Back to the top

MORE INFORMATION

The parsing error occurs if one label is identical to the right-most characters of another. For example, the following will be parsed incorrectly:
   WRONG_LABEL:
   GOTO LABEL
   LABEL:
				
In this example, the GOTO command will cause processing to jump to the line above the GOTO command, rather than the line below.

Back to the top


APPLIES TO
Microsoft Windows 95

Back to the top

Keywords: 
KB135154

Back to the top

Article Translations

 

Other Support Options

  • Contact Microsoft
    Phone Numbers, Support Options and Pricing, Online Help, and more.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.