We've recently migrated to AD - we still have a few Win95 systems that need to logon and be authenticated. The following is an excerpt from our login script:
:WIN9X
SET KIXDIR=%WINDIR%\KIX
Set KIXSCRIPT=\\usrtp-sdc01\netlogon\xyz\xyz.SCR
SET KIXVER=KIX362
GOTO COPY

I believe the - in the naming convention of the Domain Controller is preventing this script from running on Win95 systems.

Can anyone tell me the correct syntax for system names with a Hyphen in the name?

Thanks!