This commit is contained in:
2025-07-24 21:22:48 +03:00
parent 989c1f01bd
commit 8ad7e813f2
17 changed files with 29 additions and 18 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
set "app=v2rayN"
set "from_1=%storage%\%app%"
set "to_1=%localappdata%\%app%"
rd /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal