I'm using Windows 7 and just installed Texmaker. Is it possible to configure it in such a way that I can run Latex -> BibTex -> Latex -> Latex?
I looked at the configuration options here:

I tried replacing the bibtex % line with
pdflatex -synctex=1 -interaction=nonstopmode %.tex bibtex % pdflatex -synctex=1 -interaction=nonstopmode %.tex but that did not work.
What should I change to be able to run this command?