mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-06-02 00:35:49 +08:00
rebuild release branch
This commit is contained in:
12
repo/js/FullyAutoAndSemiAutoTools/SymLink.bat
Normal file
12
repo/js/FullyAutoAndSemiAutoTools/SymLink.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
@REM @echo off
|
||||
set "target1=..\..\AutoPathing"
|
||||
set "target2=..\..\pathing"
|
||||
|
||||
if exist "%target1%" (
|
||||
mklink /j pathing "%target1%"
|
||||
) else if exist "%target2%" (
|
||||
mklink /j pathing "%target2%"
|
||||
) else (
|
||||
echo ERROR: Can't find folder "%target1%" or "%target2%"
|
||||
pause
|
||||
)
|
||||
Reference in New Issue
Block a user