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.

18 lines
249 B

  1. SETLOCAL
  2. %_NTDRIVE%
  3. cd\nt\private\windows\inc
  4. ssync %1 %2 %3
  5. cd\nt\private\windows\media
  6. ssync -r %1 %2 %3
  7. cd\nt\private\ntos\dd\sound
  8. ssync -r %1 %2 %3
  9. cd\nt\private\windows\shell
  10. ssync -r %1 %2 %3
  11. cd\nt\public\sdk\inc
  12. ssync %1 %2 %3
  13. ENDLOCAL