May 10, 2002 #1 Strongone IS-IT--Management Joined Mar 6, 2002 Messages 38 Location GB I'm wondering if anyone uses a script to set environment variables such as %homedrive%, and how these are set? Thanks
I'm wondering if anyone uses a script to set environment variables such as %homedrive%, and how these are set? Thanks
May 10, 2002 #2 Totobilou Technical User Joined May 3, 2002 Messages 1 Location FR I use a little script to set an environment variable, in the directory Applications compatibility scripts/logon. I use the command SETX. In my example, the command is SETX MACHINE %CLIENTNAME% This scripts is called by usrlogn2.cmd Upvote 0 Downvote
I use a little script to set an environment variable, in the directory Applications compatibility scripts/logon. I use the command SETX. In my example, the command is SETX MACHINE %CLIENTNAME% This scripts is called by usrlogn2.cmd