Microsoft KB Archive/95635

From BetaArchive Wiki
Knowledge Base


Using Unique Labels with Multi-Config

Article ID: 95635

Article Last Modified on 11/19/1999



APPLIES TO

  • Microsoft MS-DOS 6.0 Standard Edition
  • Microsoft MS-DOS 6.2 Standard Edition
  • Microsoft MS-DOS 6.21 Standard Edition
  • Microsoft MS-DOS 6.22 Standard Edition



This article was previously published under Q95635

SUMMARY

When using a Multi-Config startup menu with MS-DOS 6.x, the label names you use in your AUTOEXEC.BAT file must be unique within the first eight characters. This is true for all MS-DOS labels.

MORE INFORMATION

For example, if your startup menu has two labels, (Emp_John_Smith and Emp_John_Smyth) and your AUTOEXEC.BAT file has a GOTO %CONFIG% command, MS-DOS always jumps to the :Emp_John_Smith label if it appears before the :Emp_John_Smyth label in the AUTOEXEC.BAT file.

To workaround or avoid this problem, make sure all menu items in your CONFIG.SYS and their corresponding labels in your AUTOEXEC.BAT file are unique within the first eight characters.


Additional query words: 6.22 6.0 multiconfig multi config F5 F8 6.20

Keywords: KB95635