Skip navigation

JSI Tip 0720. How do I assign Netware login script variables to a WinNT environment variable?

If you are running CSNW or GSNW you can assign NetWare login script variables to Windows NT Environment variables. In the Netware login script, for each variable desired, type:

SET NTVar="%NetWare_Var"

Examples:

      SET NW_LNAME="%LOGIN_NAME"

      SET NW_FNAME="%FULL_NAME"

      SET NW_MAC_ADDR="%P_STATION"

At the completion of the Netware login, these variables will be available to your Windows NT environment.

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish