I'm converting from a Novell server to Win2k. I need to setup some environmental variables when a user logs on. For instance:
set cobdir = g:\data
I need to assign the variable "cobdir" to be "g:\data".
I attempted putting the above set command in the logon script but when I went to a command prompt the variable was not set.
In Control Panel, System, I see the Environment Variable options, but am not sure how to set this up for all users when they logon.
Thanks for any help.
Nick
set cobdir = g:\data
I need to assign the variable "cobdir" to be "g:\data".
I attempted putting the above set command in the logon script but when I went to a command prompt the variable was not set.
In Control Panel, System, I see the Environment Variable options, but am not sure how to set this up for all users when they logon.
Thanks for any help.
Nick