update.bat 239 B

1234567891011
  1. @echo off
  2. if not exist "%~dp0RDPWInst.exe" goto :error
  3. "%~dp0RDPWInst" -w
  4. echo.
  5. goto :anykey
  6. :error
  7. echo [-] Installer executable not found.
  8. echo Please extract all files from the downloaded package or check your anti-virus.
  9. :anykey
  10. pause