Exit shell after setting executable to run?

Hi,

I have an executable file that has a rather long and tedious process to complete. How would I launch the executable using the shell, and then exit the shell while leaving the executable to run in the background?

nohup myExecutable &