Author: eScott
Subject: PSEXEC question
Posted: 16 October 2014 at 11:27pm
Subject: PSEXEC question
Posted: 16 October 2014 at 11:27pm
I think you mean the PATH environment variable on the remote system? - this can be edited on the remote system so your new command shell will have that path available. Or, you can add a temporary path variable when you log in that appends the extra path to the PATH variable for that login session.
set PATH = %PATH%;c:\blah\blah (something like that)