mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-24 19:59:43 +00:00
10 lines
144 B
Batchfile
10 lines
144 B
Batchfile
@echo off
|
|
set SCRIPT_DIR=%~dp0
|
|
|
|
powershell.exe ^
|
|
-NoProfile ^
|
|
-ExecutionPolicy Bypass ^
|
|
-File "%SCRIPT_DIR%install-hook.ps1" ^
|
|
%*
|
|
|
|
pause |