Source code of Windows XP (NT5)
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

  1. del *.xxx /s
  2. del *.bak /s
  3. REM findstr /s "(c)" *.* > x.txt
  4. 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
  5. pause
  6. REM copyright -SOURCEFILES x.txt -IGNORE ignore.txt -REPLACE replace.txt > copyrite.log
  7. copyright -SOURCEFILES x.txt -IGNORE ignore.txt -REPLACE replace.txt
  8. del *.xxx /s
  9. del *.bak /s