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.

20 lines
759 B

  1. W2KStrs produces the computer generated code
  2. with some Display specifier strings from the
  3. Windows 2000's dcpromo.csv. These strings are used
  4. in dspecup.lib for the the RRPLACE_W2K_SINGLE_VALUE and
  5. REPLACE_W2K_MULTIPLE_VALUE actions.
  6. The strings should be pasted in the appropriate part
  7. of the function setW2KReplaceStrs in constants.cpp.
  8. W2KStrs depends on files on the parent directory, expected
  9. to be the directory with the sources for dspecup.lib.
  10. The usage is W2KStrs c:\dcpromo.csv c:\out.txt.
  11. The first file should be the windows 2000's dcpromo.csv
  12. to be read and the second is the file to be written as
  13. a result of running the tool.
  14. Both paths should be complete.
  15. The tool takes some seconds to run, and a MessageBox
  16. displays the final result.