DOCUMENT:Q170846 17-DEC-2000 [win95x] TITLE :Computer or Workgroup Name Not Set Properly Using Msbatch.inf PRODUCT :Microsoft Windows 95.x Retail Product PROD/VER:95 OPER/SYS: KEYWORDS:kbsetup win95 ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows 95 ------------------------------------------------------------------------------- SYMPTOMS ======== When you attempt to use an Msbatch.inf file to set the computer name or workgroup name during a batch installation of Windows 95 and you specify the name using a variable, the name may be set to the variable itself instead of the value the variable is intended to represent. CAUSE ===== This problem occurs because the values assigned to the ComputerName and WorkGroup parameters in the Msbatch.inf file do not need to be enclosed in quotation marks and because the percent character (%) is a valid character in workgroup and computer names in Windows 95. Therefore, when you use an Msbatch.inf file to set the computer name or workgroup name, the Windows 95 Setup program cannot distinguish between percent characters used to enclose variable names and percent characters intended to be included in the computer name or workgroup name. MORE INFORMATION ================ When you use an Msbatch.inf file to set the computer name or workgroup name, the name must be unique for each computer on the network and should be no more than 15 characters in length. It cannot contain spaces, but it can contain the following characters: ! @ # $ % ^ & ( ) - _ ' { } . ~ If you define a variable in an Msbatch.inf file and then use the variable with the ComputerName or WorkGroup parameter, the Windows 95 Setup program assumes that the percent characters should be included in the computer name or workgroup name. For example, an Msbatch.inf file may contain lines similar to the following: [Network] ComputerName=%cname% [Strings] cname="MyComputerName" If you use this Msbatch.inf file during a batch installation of Windows 95, the computer name is set to %cname% instead of MyComputerName. REFERENCES ========== For additional information about using an Msbatch.inf file for batch installations of Windows 95, see Appendix D in the Microsoft Windows 95 Resource Kit. Additional query words: automate assign ====================================================================== Keywords : kbsetup win95 Technology : kbWin95search kbZNotKeyword3 Version : 95 ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2000.