Answers for "notepad++ command line"

C++
0

compile notepad++ c++

npp_save
cd "$(CURRENT_DIRECTORY)"
g++ "$(FILE_NAME)" -o $(NAME_PART) -march=native -O3
NPP_RUN $(NAME_PART)
Posted by: Guest on December-10-2020
0

open notepad++ from cmd

start notepad++ <filename>
Posted by: Guest on July-07-2021

Code answers related to "notepad++ command line"

Browse Popular Code Answers by Language