Is there a way to start up a mathematica front end (GUI) from a (Windows) command prompt and have it eval a notebook without further user action?
even though mathe
It is not the FrontEnd that does the evaluation but the Kernel. You can use MathematicaScript to automate it.