123
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user