mirror of
https://github.com/sanni/cartreader.git
synced 2025-07-26 03:37:27 +02:00
8 lines
228 B
Batchfile
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
|
|
) |