This commit is contained in:
2025-06-19 15:34:52 +03:00
parent 06a6bc4acf
commit 83bce895ce
@@ -1,13 +1,13 @@
@echo off
setlocal
set "app=64Gram Desktop"
set "from_1=%storage%\%app%\%computername%"
set "to_1=%appdata%\%app%\tdata"
rd /s /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
@echo off
setlocal
set "app=64Gram Desktop"
set "from_1=%storage%\%app%\%computername%"
set "to_1=%appdata%\%app%\tdata"
rd /s /q "%to_1%"
mklink /D "%to_1%" "%from_1%"
endlocal