notepad++ - NPP.EXEC and perl --> save output? -


I am using Notepad ++ under Windows 7. I used the npp.exec plugin for pell applications, and it works fine with the following code:

  SET OUTFILE = C: \ 00_Data \ output.txt cmd / cc: \ Perl64 \ bin \ perl.exe C: \ 00_Data \ Scripts8 \ gra.pl dt "$ (FULL_CURRENT_PATH)" & gt; $ (OUTFILE) NPP_OPEN $ (OUTFILE)  

My update of Notepad ++ for version 6.6.9 starts the Perl script, the results console is all OK), but the defined output file Is created and is opened, but empty, i.e., the results are not saved.

Does anyone have an idea what is going wrong?

You can use it

  1. Run
  2. Type C: \ strawberry \ perl \ bin \ perl.exe "$ (
  3. Assign a shortcut.

    Console close very fast With this method, add [system ("pause");] in your perl file to show "print any key to continue" in the console.] / Div>

Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -