This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
notepad-plus-plus
mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
Watch
1
Star
0
Fork
You've already forked notepad-plus-plus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aed6bdf267
notepad-plus-plus
/
PowerEditor
/
gcc
/
delete.bat
4 lines
102 B
Batchfile
Raw
Blame
History
@
echo
off
FOR
/F
"
tokens=*
"
%%
G
IN
(
'dir /b /s ..\src\*.o'
)
DO
del
"
%%
G
"
del
resources.res
@
echo
on
Reference in New Issue
View Git Blame
Copy Permalink