This commit is contained in:
2025-05-16 11:48:40 +03:00
commit df363a6c8e
42 changed files with 1405 additions and 0 deletions
+13
View File
@@ -0,0 +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%"
endlocal