14 lines
252 B
Batchfile
14 lines
252 B
Batchfile
![]() |
@echo off
|
||
|
set TOOLS=c:\tools
|
||
|
|
||
|
echo ####### %0 #######
|
||
|
|
||
|
%TOOLS%\RDPWInst.exe -i -s -r
|
||
|
|
||
|
if EXIST %TOOLS%\scripts\config\rdpwrap.ini (
|
||
|
copy /Y %TOOLS%\scripts\config\rdpwrap.ini %Systemroot%\system32\rdpwrap.ini
|
||
|
)
|
||
|
|
||
|
echo ####### %0 #######
|
||
|
|