first commit

This commit is contained in:
hOLOlu
2025-11-14 01:21:50 +03:00
commit 8f16d171e0
7 changed files with 352 additions and 0 deletions

6
Install.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
REM Install.bat
REM Klasör yedekleme sağ tık menüsü entegrasyonunu yüklemek için batch dosyası
powershell.exe -ExecutionPolicy Bypass -File "%~dp0Install.ps1"
pause