12 lines
371 B
Batchfile
12 lines
371 B
Batchfile
cd ..
|
|
for /f %%i in ("%0") do set curpath=%%~dpi
|
|
for /f %%i in ("%1") do set dstPath=%%~dpi
|
|
|
|
cd /d %curpath%
|
|
|
|
echo %curpath%
|
|
|
|
# client
|
|
mklink /D %curpath%Code\client\src\lib\xcf %curpath%private\client\src\lib\xcf
|
|
mklink /D %curpath%Code\xapp\xcf %curpath%private\xapp\xcf\xcf
|
|
mklink /D %curpath%Code\utils\node_modules\xcfnode %curpath%private\utils\node_modules\xcfnode |