Can Notepad++ start batchfiles from within the program?
-
Hello,
At this moment I use PSPad editor for editing my assembly files (6502, Z80 and 8086). I can start a BAT file that assembles the current file by pressing Ctrl/F9. The advantage: no switching between windows needed.
My question: does Notepad++ have an equivalent function?
Thank you for any info!
Kind regards, Ruud Baltissen
-
Yes, have a look at the NppExec plug-in. It is very flexible and full-featured. Some info is found here: http://docs.notepad-plus-plus.org/index.php/External_Programs
-
Thank you very much!