Ariver
2026-08-25 38ce52e76469dea05dbcac8b6126c20efa3825f2
1
2
3
4
5
6
@echo off
setlocal
set "PS=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe"
if not exist "%PS%" set "PS=powershell"
"%PS%" -NoProfile -ExecutionPolicy Bypass -File "%~dp0read-pdf.ps1" %*
exit /b %errorlevel%