I'm trying to create a login batch file where I can set variables based on a user's login name. I tried using
set username="%login_name"
if login_name="(name here)" set console="(console number)"
But this command, which works in novell, does not seem to work on the Windows 2000 server.
What's the correct syntax to do this?
set username="%login_name"
if login_name="(name here)" set console="(console number)"
But this command, which works in novell, does not seem to work on the Windows 2000 server.
What's the correct syntax to do this?