running script in any directory

hi im a cobol programmer but im new in unix.

I just want to know how can i run script even if it is in other directory??

Thanks,

either

  1. give the path to the other script eg /the/other/script

  2. put the directory containing the script in the PATH variable, try "echo $PATH" to see what directories are listed.