Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement