mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-25 04:17:10 +00:00
First hook
This commit is contained in:
10
scripts/install-hook.bat
Normal file
10
scripts/install-hook.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
set SCRIPT_DIR=%~dp0
|
||||
|
||||
powershell.exe ^
|
||||
-NoProfile ^
|
||||
-ExecutionPolicy Bypass ^
|
||||
-File "%SCRIPT_DIR%install-hook.ps1" ^
|
||||
%*
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user