I have an Windows 2008 Server Instance running on EC2. I have installed an application and added it to the path and it is now available to my Administrator user from the Command Line.
However, when I SSH in to the server as the Admin User, the command is no longer available. If I $echo %path%
I cannot see the path to the application I have added.
So it seems that when the same user connects via SSH, a different path is used. But where is this path? Is there a windows equivillant of bashrc that is being loaded instead of the path?
I'm using FreeSSH for the SSH server.