I'm converting from a Novell 3.2 server to a Windows 2000 server. An applications needs an environment setting based on the user's login name. I can't get the login script in Windows 2000 server to work. The syntax in Novell is this:
if login_name="alexs" set console="101"
if login_name="johns" set console="102"
as so on. How do I set up windows 2000 to perform this login function?
if login_name="alexs" set console="101"
if login_name="johns" set console="102"
as so on. How do I set up windows 2000 to perform this login function?