Is there a way to add to the path variable with a logon script? I need to add a line to everyone's path but I don't have time to go to everyones computer individually. If it can't be done with a logon ...
Here is the script:<BR><BR>@echo OFF<BR>@if not "%ECHO%"=="" echo %ECHO%<BR><BR><BR>rem Set local scope and call Main procedure<BR>setlocal & pushd<BR> call :Main<BR ...