mirror of https://github.com/tongzx/nt5src
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
25 lines
595 B
|
|
default:
|
|
binplace sectool.cmd
|
|
|
|
cd med
|
|
copy c2ntfacl.inf c2ntfmed.inf
|
|
binplace c2ntfmed.inf
|
|
copy c2regacl.inf c2regmed.inf
|
|
binplace c2regmed.inf
|
|
binplace c2config.inf
|
|
cd ..
|
|
|
|
cd high
|
|
copy c2ntfacl.inf c2ntfhi.inf
|
|
binplace c2ntfhi.inf
|
|
copy c2regacl.inf c2reghi.inf
|
|
binplace c2reghi.inf
|
|
cd ..
|
|
|
|
cd low
|
|
copy c2ntfacl.inf c2ntflow.inf
|
|
binplace c2ntflow.inf
|
|
copy c2regacl.inf c2reglow.inf
|
|
binplace c2reglow.inf
|
|
cd ..
|