I am trying to write a script to run a program in another directory. The program is a PDF to HTML converter, it is located in a directory PDFtoHTML, and the command to run it is "pdftohtml file.pdf". The scripts i am using are outside of the PDFtoHTML directory, and I can't figure out how to run the program outside of its directory. Any suggestions?