mirror of
https://gitee.com/coder-xiaomo/notes
synced 2025-12-22 05:33:49 +08:00
7 lines
146 B
Batchfile
7 lines
146 B
Batchfile
C:
|
|
cd %userprofile%\Desktop\notes\docs
|
|
pause
|
|
|
|
mklink /D .vuepress\public\static\ %userprofile%\Desktop\notes\docs\computer-networks\static\
|
|
pause
|