Files
cartreader/tools/oscr_tool/launch_oscr_tool.bat
2025-06-03 23:39:26 +02:00

8 lines
228 B
Batchfile

@echo off
powershell.exe Unblock-File -Path oscr_tool.ps1
powershell.exe -ExecutionPolicy RemoteSigned -File oscr_tool.ps1
if errorlevel 1 (
echo.
echo [ERROR] Script failed. Press any key to continue...
pause >nul
)