shit_admin: 2026-08-13 12:41:21
This commit is contained in:
@@ -0,0 +1,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 "%~dp0web-search.ps1" %*
|
||||
exit /b %errorlevel%
|
||||
Reference in New Issue
Block a user