I am a Visual BASIC developer. I have developed an application which have some Active x controls which look to a database file for licensing authorisation. I have installed it on a windows 2000 machine with administrative account. When I log in as another user, the application does not work because it does not get the path for the database. So I go to the My Computer-> Properties->Advanced->Environment Variables->System variables and set the Path= ‘\servername\database file name’. Now it works for this user. I have to do it for all users. Is there any way where I could put this path for all users ? For example setting the Path for the whole machine. One sloution which I have in mind is to write a script which should run as a batch file andset the path as a user gets logged in. But I want to know any way other than the script.