mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
401 B
9 lines
401 B
del *.xxx /s
|
|
del *.bak /s
|
|
REM findstr /s "(c)" *.* > x.txt
|
|
findstr /s /I "copyright" *.cpp *.h *.hpp *.vbs *.sms *.mk *.mak sources *.def *.txt *.mif *.src *.local *.bat *.inc *.htm *.html *.mof *.mfl *.c> x.txt
|
|
pause
|
|
REM copyright -SOURCEFILES x.txt -IGNORE ignore.txt -REPLACE replace.txt > copyrite.log
|
|
copyright -SOURCEFILES x.txt -IGNORE ignore.txt -REPLACE replace.txt
|
|
del *.xxx /s
|
|
del *.bak /s
|