Merge pull request #111 from Chocobo1/inst_update
Update immediately after install
This commit is contained in:
commit
89a03ccba9
|
@ -1,6 +1,7 @@
|
|||
@echo off
|
||||
if not exist "%~dp0RDPWInst.exe" goto :error
|
||||
"%~dp0RDPWInst" -i
|
||||
"%~dp0RDPWInst" -w
|
||||
echo ______________________________________________________________
|
||||
echo.
|
||||
echo You can check RDP functionality with RDPCheck program.
|
||||
|
|
Loading…
Reference in New Issue