System enviroment

  • Thread starter Thread starter Stefaan Dewulf
  • Start date Start date
S

Stefaan Dewulf

I want to extend the path variable for all the computers in my domain.

I used the following login script:
(variable.bat)

path=%path%;c:\test;
(Doesn't update the windows variable)

I also need to make a shortcut on the desktop to an .exe in that directory.

Can someone help me.
Stefaan Dewulf
 
I want to extend the path variable for all the computers in my domain.

I used the following login script:
(variable.bat)

path=%path%;c:\test;
(Doesn't update the windows variable)

I also need to make a shortcut on the desktop to an .exe in that directory.

Can someone help me.
Stefaan Dewulf
Use the setenv freeware at tip 4928 in the 'Tips & Tricks' at
http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top