Weihnachtsmann - 2012-10-07

Hello,

I'm using Notepad++ to compile tex files. There is just one annoying thing about it: Every time I compile, I cant continue typing but I have to reactivate the Window.

Tools keeping Notepad++ on top such as "Always on Top" won't help.

My run command is

Code: Select all
    cmd /q /c cd /d "$(CURRENT_DIRECTORY)" && pdflatex.exe "$(FILE_NAME)"

So how can I run cmd really in background?

Please note: I already posted in http://latex-community.org/forum/viewtopic.php?f=27&t=21605. If possible I will deled this post.