Notepad++ and MiKTeX — CMD not recognizing commands/exes












1















Currently, I can't get a batch file/run command combo to compile my .tex files into PDFs -- it throws an error at multiple lines, which I will mark in the code with an '*' before them. The only solution I found for this was to change the path file to add the MiKTeX directory -- which I have done, and the problem persists. I haven't been able to find any other fixes.



First, the run command:



"C:UsersMatthewDesktoplatex.bat" "$(CURRENT_DIRECTORY)" "$(NAME_PART)"


Then, the .bat itself



%~d1
cd %1

*call:cleanup

*pdflatex %2
*bibtex %2
*pdflatex %2
*pdflatex %2

*call:cleanup

START "" "C:Program FilesSumatraPDFSumatraPDF.exe" %2 -reuse-instance

del *.dvi
del *.aux
del *.bbl
del *.blg
del *.brf
del *.out
goto:eof


All of the code was lifted from this webpage.



The only functioning parts as best I can tell are the run command itself, the launching of the PDF program (and it attempting to open a file that doesn't exist, since MiKTeX isn't working), and the deletion of the log files at the very end. PDFLatex on its own can be called through the command prompt, but for some reason trying to put it in the batch file doesn't work.










share|improve this question





























    1















    Currently, I can't get a batch file/run command combo to compile my .tex files into PDFs -- it throws an error at multiple lines, which I will mark in the code with an '*' before them. The only solution I found for this was to change the path file to add the MiKTeX directory -- which I have done, and the problem persists. I haven't been able to find any other fixes.



    First, the run command:



    "C:UsersMatthewDesktoplatex.bat" "$(CURRENT_DIRECTORY)" "$(NAME_PART)"


    Then, the .bat itself



    %~d1
    cd %1

    *call:cleanup

    *pdflatex %2
    *bibtex %2
    *pdflatex %2
    *pdflatex %2

    *call:cleanup

    START "" "C:Program FilesSumatraPDFSumatraPDF.exe" %2 -reuse-instance

    del *.dvi
    del *.aux
    del *.bbl
    del *.blg
    del *.brf
    del *.out
    goto:eof


    All of the code was lifted from this webpage.



    The only functioning parts as best I can tell are the run command itself, the launching of the PDF program (and it attempting to open a file that doesn't exist, since MiKTeX isn't working), and the deletion of the log files at the very end. PDFLatex on its own can be called through the command prompt, but for some reason trying to put it in the batch file doesn't work.










    share|improve this question



























      1












      1








      1








      Currently, I can't get a batch file/run command combo to compile my .tex files into PDFs -- it throws an error at multiple lines, which I will mark in the code with an '*' before them. The only solution I found for this was to change the path file to add the MiKTeX directory -- which I have done, and the problem persists. I haven't been able to find any other fixes.



      First, the run command:



      "C:UsersMatthewDesktoplatex.bat" "$(CURRENT_DIRECTORY)" "$(NAME_PART)"


      Then, the .bat itself



      %~d1
      cd %1

      *call:cleanup

      *pdflatex %2
      *bibtex %2
      *pdflatex %2
      *pdflatex %2

      *call:cleanup

      START "" "C:Program FilesSumatraPDFSumatraPDF.exe" %2 -reuse-instance

      del *.dvi
      del *.aux
      del *.bbl
      del *.blg
      del *.brf
      del *.out
      goto:eof


      All of the code was lifted from this webpage.



      The only functioning parts as best I can tell are the run command itself, the launching of the PDF program (and it attempting to open a file that doesn't exist, since MiKTeX isn't working), and the deletion of the log files at the very end. PDFLatex on its own can be called through the command prompt, but for some reason trying to put it in the batch file doesn't work.










      share|improve this question
















      Currently, I can't get a batch file/run command combo to compile my .tex files into PDFs -- it throws an error at multiple lines, which I will mark in the code with an '*' before them. The only solution I found for this was to change the path file to add the MiKTeX directory -- which I have done, and the problem persists. I haven't been able to find any other fixes.



      First, the run command:



      "C:UsersMatthewDesktoplatex.bat" "$(CURRENT_DIRECTORY)" "$(NAME_PART)"


      Then, the .bat itself



      %~d1
      cd %1

      *call:cleanup

      *pdflatex %2
      *bibtex %2
      *pdflatex %2
      *pdflatex %2

      *call:cleanup

      START "" "C:Program FilesSumatraPDFSumatraPDF.exe" %2 -reuse-instance

      del *.dvi
      del *.aux
      del *.bbl
      del *.blg
      del *.brf
      del *.out
      goto:eof


      All of the code was lifted from this webpage.



      The only functioning parts as best I can tell are the run command itself, the launching of the PDF program (and it attempting to open a file that doesn't exist, since MiKTeX isn't working), and the deletion of the log files at the very end. PDFLatex on its own can be called through the command prompt, but for some reason trying to put it in the batch file doesn't work.







      miktex editors paths






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 27 mins ago









      Henri Menke

      71.5k8158266




      71.5k8158266










      asked Jan 25 '17 at 19:08









      MattMatt

      62




      62






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "85"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f350433%2fnotepad-and-miktex-cmd-not-recognizing-commands-exes%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f350433%2fnotepad-and-miktex-cmd-not-recognizing-commands-exes%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Entries order in /etc/network/interfaces

          新発田市

          Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)