You could create an alias in your path in the script you are executing
which would allow you to enter on the terminal command line something
like cd $program for instance and you would end up in your program
directory.
You can also put in your .profile so when you are logged in it is part
of your
path.
I am sure someone else will respond with this and other answers too.