>in this case you would cd /usr/games ; ./nameYourGame ..the "./" tells >the system to run the command in the current directory, as the current >directory is not in your $PATH (it is considered a security risk if it >is).
Thanks, that was it. I forgot that commands don't make it to files in the same directory. David Kachel