I'm using TeXnicCenter 1.Beta701 and PDF-X-Change-Viewer. I'm trying to make TeXnicCenter close the active PDFXCView document before compiling the document. I have a .bat-File to close it, but TeXnicCenter tries to open it in PDFXCView instead of running it at the command line. I tried both of the following commands:
Code: Select all
taskkill /F /IM PDFXCview.exe
Code: Select all
C:\batch\kill_exchv.bat