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.
15 lines
1.3 KiB
15 lines
1.3 KiB
@echo off
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\main\obj\i386\ntfrs.* %_ntdrive%\nt\private\net\svcimgs\ntrepl\testperf
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\obj\i386\ntfrsprf.dll %_ntdrive%\nt\private\net\svcimgs\ntrepl\testperf
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\obj\i386\ntfrsprf.pdb %_ntdrive%\nt\private\net\svcimgs\ntrepl\testperf
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrsrep.ini %_ntdrive%\nt\private\net\svcimgs\ntrepl\testperf
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrscon.ini %_ntdrive%\nt\private\net\svcimgs\ntrepl\testperf
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrsrep.h %_ntdrive%\nt\private\net\svcimgs\ntrepl\testperf
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrscon.h %_ntdrive%\nt\private\net\svcimgs\ntrepl\testperf
|
|
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\obj\i386\ntfrsprf.dll %WINDIR%\system32\
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrsrep.ini %WINDIR%\system32\
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrscon.ini %WINDIR%\system32\
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrsrep.h %WINDIR%\system32\
|
|
cp %_ntdrive%\nt\private\net\svcimgs\ntrepl\perfdll\ntfrscon.h %WINDIR%\system32\
|
|
|