in reply to Re^4: Unable to run or troubleshoot a script...
in thread Unable to run or troubleshoot a script...

The easiest way to convert a DOS file to *nix line endings is (from the command line):
dos2unix filename

Clint