//Notepad++ C compiler made by xerpi //First save the current file NPP_SAVE //Delete previous exe's cmd /c del /Q "$(CURRENT_DIRECTORY)\$(NAME_PART).exe" //Compile C:\Dev-Cpp\bin\gcc.exe "$(FULL_CURRENT_PATH)" -o $(NAME_PART) //Run the exe cmd /c start $(CURRENT_DIRECTORY)\$(NAME_PART).exe