Skip to main content

All Questions

Tagged with
1 vote
1 answer
72 views

Why can't Notepad++ access the file and how can I run my code?

I installed a NppExec Console with the language Python on Notepad++, so I could run my code there but it doesn`t work. My code is correct but Notepad++ can´t open the file of my Program. # coding: utf—...
marie's user avatar
  • 11
0 votes
0 answers
63 views

How do I get Notepad++'s nppExec to print to the console as they happen instead of all at once after the script exits?

I've got nppExec set up to execute Python scripts. However, the print statements don't go to the console while the script is executing, only after the script exits. This isn't obvious unless the ...
no-one's user avatar
  • 160
0 votes
1 answer
55 views

Is there a way to make NppExec run another script in the same console instance?

I'm trying to make a script that will compile C++ code using cl. Currently, I have to run vcvarsall.bat every time I run the script, because running another script seems to totally reset the NppExec ...
Aetherlift's user avatar
0 votes
0 answers
1k views

Cannot find module 'internal/modules/cjs/loader :1093

After running the Java script code in Notepad++, I am facing the following error. How to solve it? NPP_EXEC: "node" CD: $ (CURRENT_DIRECTORY) Current directory: E:\ node $ (FILE_NAME) ...
Najah nurain ekra's user avatar
0 votes
1 answer
430 views

Notepad++ NppExec console warning, need explanation "C++"

I've tried using Notepad++ to code c++ and followed a few tutorials on youtube, here's what I did: -Installed gcc/g++ compiler using mingw64 -Installed NppExec plugin on N++ -Typed in the following ...
Khaled's user avatar
  • 1
2 votes
1 answer
159 views

Python script not terminating properly in Notepad++

I have installed anaconda3 and notepad++, I'm trying to link NppExec, a Notepad++'s plugin so that not only I can run both pure python and other libraries (like matplotlib or numpy). I have found one ...
Cristian's user avatar
0 votes
2 answers
327 views

MinGw doesn't execute the program if file name has spaces

So I use notepad++'s NppExec to directly compile and execute C++ files. npp_save cd "$(CURRENT_DIRECTORY)" g++ "$(FILE_NAME)" -o $(NAME_PART) -march=native -O3 NPP_RUN $(NAME_PART) ...
Elytra's user avatar
  • 55
1 vote
0 answers
357 views

NppExec console output to CMD window

I have just started using Notepad++ for writing, compiling and running simple java programs. I found nppexec very quickly, and I'm currently using this script to compile and run: cd $(...
matrucious's user avatar
0 votes
2 answers
3k views

Notepad++, NppExec, CreateProcess() failed with error code 2, Windows 10

Hi I'm new to C Programming and Notepad++. I can't seem to find the solution to this problem when I was configuring C compiler for Windows 10. NPP_SAVE: C:\Program Files\Notepad++\change.log CD: C:\...
lee lee's user avatar
  • 11
1 vote
1 answer
600 views

How do I hide commands that are executed in NppExec?

I'm wondering if I can disable the console info, or the green text, that shows up in the NppExec console when I run npe_console v+. This is what I see when I run my script: Console mode: a- d+ h- m-...
ImperiumXVII's user avatar
0 votes
2 answers
147 views

NppExec SqlPlus how to check for errors?

I'm running Notepad++ with NppExec plugin. When I press F6 i enter a script that connects to my database set ORA_USER=USER set ORA_PASS=password set ORA_SID= DBSID npp_save cmd /c copy /y "$(...
Tom's user avatar
  • 312
1 vote
1 answer
6k views

Connecting Node.js to Notepad++ Console

I'm trying to get the node console integrated into Notepad++ with the NppExec plugin following this tutorial as a reference (I know it's bad, but there are no other useful tutorials like it). At ...
GuardianAngel02's user avatar
0 votes
2 answers
945 views

I want to compile c codes in notepad++, but I can't set nppexec up

So, I tried setting this up. Everytime I get errors or it won't create an exe I can'T find usefull code for this. I am super tired and angry. I hope someone can help me I searched on Youtube and ...
Mheldown's user avatar
0 votes
1 answer
373 views

NppExec not being able to compile Java

I am trying to make NPPexec compile my java programs but the plugin doesn't work. I tried to direct it to were the file currently was, I gave up on that since it dint work and just made it to go to my ...
Cj_sucks_at_life's user avatar
3 votes
1 answer
2k views

8086 masm, how to skip entering object filename, source listing, etc and to directly execute asm file in DOSBox using Notepad++ [duplicate]

I am using DOSBox to run masm.exe. When every time I compile and link my source file and object file, it is very annoying to keep pressing "Enter" key just to skip entering object filename, source ...
wei's user avatar
  • 1,005

15 30 50 per page
1
2 3 4 5 6