install.bat 444 B

123456789101112131415
  1. @echo off
  2. if not exist "%~dp0RDPWInst.exe" goto :error
  3. "%~dp0RDPWInst" -i -o
  4. echo ______________________________________________________________
  5. echo.
  6. echo You can check RDP functionality with RDPCheck program.
  7. echo Also you can configure advanced settings with RDPConf program.
  8. echo.
  9. goto :anykey
  10. :error
  11. echo [-] Installer executable not found.
  12. echo Please extract all files from the downloaded package or check your anti-virus.
  13. :anykey
  14. pause