if the script is not in a directory stated in your PATH then you have 3 options:
1) put the script into your path,
2) add the directory in which the script resides to the path, or
3) use ./script to execute it (if its in `pwd`)
You will also need to do what 'd3funct' says below
