I'm trying to run a particular application from Terminal and I have to specify a switch. E.g.: ./hansa-server --maildebug where hansa-server is the name of the app and --maildebug is the switch. The prolem that I encounter is I get an error message that the app specified is a directory. How do I get round this problem?