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.

25 lines
595 B

  1. default:
  2. binplace sectool.cmd
  3. cd med
  4. copy c2ntfacl.inf c2ntfmed.inf
  5. binplace c2ntfmed.inf
  6. copy c2regacl.inf c2regmed.inf
  7. binplace c2regmed.inf
  8. binplace c2config.inf
  9. cd ..
  10. cd high
  11. copy c2ntfacl.inf c2ntfhi.inf
  12. binplace c2ntfhi.inf
  13. copy c2regacl.inf c2reghi.inf
  14. binplace c2reghi.inf
  15. cd ..
  16. cd low
  17. copy c2ntfacl.inf c2ntflow.inf
  18. binplace c2ntflow.inf
  19. copy c2regacl.inf c2reglow.inf
  20. binplace c2reglow.inf
  21. cd ..