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.

24 lines
1.3 KiB

  1. make sure copyright.exe, copyrite.bat, replace.txt and ignore.txt are in the root of the tree you want to change.
  2. run copyrite.bat
  3. after the x.txt is generated, there is a pause, to make sure you just take a quick look to
  4. make sure there isn't anything nasty listed in there that will mess up the newlines ( I'm sure there
  5. is a way around this, but I didn't figure it was worth the effort ).... such as a .doc. This should only take
  6. a few seconds.
  7. Hit a key, the program will replace what you have specified in the text files.
  8. REPLACE.TXT contains the strings to be replaced with what specified, delimited by a ~
  9. IGNORE.TXT contains lines to be ignored.
  10. If something was found that wasn't in the ignore list, exe will try to replace it, if anything goes wrong, such
  11. as not finding the correct string to replace it with, the file will be reverted.
  12. This usually happens when it hits a new copyright combo that isn't in the list, simply look for these files
  13. in the redirected log, find the new copyright and add it to replace.txt. To run faster, add the replacement copyright
  14. to the ignore.txt, that way, subsequent passes won't pick up the new copyright that was replaced, and will run
  15. faster.
  16. That is it... if it sounds complicated, it isn't. If you want a demo, just ask.