Also you can use a filesystem level based workaround, just make a symlink without special characters, like the space, to your file with the space and texexec will run just fine. That way you can keep your filename.
ln -s Front\ Page.tex frontpage.tex texexec frontpage.tex
Also you can use a filesystem level based workaround, just make a symlink without special characters, like the space, to your file with the space and texexec will run just fine. That way you can keep your filename.
ln -s Front\ Page.tex frontpage.tex
texexec frontpage.tex