See .kanbn\tasks\set-all-the-symbolic-links.md

This commit is contained in:
Mike Phares 2025-01-05 10:40:56 -07:00
parent 49437574b4
commit 008f70c1c6

15
.vscode/mklink.md vendored
View File

@ -1,17 +1,2 @@
# mklink
```bash
# mklink /J "L:\Git\jackyzha0-quartz-phares\content\.Infineon" "D:\5-Other-Small\Notes\Infineon"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\_-Review" "D:\5-Other-Small\Notes\Infineon\_-Review"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\1-1" "D:\5-Other-Small\Notes\Infineon\1;1"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\cep" "D:\5-Other-Small\Notes\Infineon\cep"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\ci-cd" "D:\5-Other-Small\Notes\infineon\ci-cd"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\cli" "D:\5-Other-Small\Notes\infineon\cli"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\draw-io" "D:\5-Other-Small\Notes\infineon\draw-io"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\eaf" "D:\5-Other-Small\Notes\infineon\eaf"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\iis" "D:\5-Other-Small\Notes\infineon\iis"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\oi" "D:\5-Other-Small\Notes\infineon\oi"
mklink /J "L:\Git\jackyzha0-quartz-phares\content\training" "D:\5-Other-Small\Notes\infineon\training"
#
mklink /J "L:\Git\jackyzha0-quartz-phares\content\Barcode-Host-Tasks" "D:\5-Other-Small\Kanban\Barcode-Host\tasks"
```