Is the script you want to run in your path? If so, unless you are in the same directory as the script, you do have a problem. If you are in the same directory as the script, put a ./ at the front of the filename. You could also type the complete path to the script.
To see your path, type: echo $PATH