2024-06-03

This commit is contained in:
2024-06-03 07:04:29 -07:00
commit a6071a4073
273 changed files with 16707 additions and 0 deletions

39
.vscode/mklink.md vendored Normal file
View File

@ -0,0 +1,39 @@
---
type: "note"
created: "2024-01-14T02:18:08.120Z"
updated: "2024-01-22T18:30:18.823Z"
---
# mklink
```bash
# https://stackoverflow.com/questions/10188485/windows-symbolic-link-target
dir
```
```bash Mon Jan 15 2024 17:36:31 GMT-0700 (Mountain Standard Time)
mklink /J "D:\5-Other-Small\Notes\Infineon\.Applications" "L:\DevOps\Mesa_FI\FI-Operations\Applications"
mklink /J "D:\5-Other-Small\Notes\Infineon\.Barcode-Host-Tasks" "D:\5-Other-Small\Kanban\Barcode-Host\tasks"
mklink /J "D:\5-Other-Small\Notes\Infineon\.DevOps" "L:\DevOps\Mesa_FI\FI-Operations\DevOps"
mklink /J "D:\5-Other-Small\Notes\Infineon\.Fab" "L:\DevOps\Mesa_FI\FI-Operations\Fab"
mklink /J "D:\5-Other-Small\Notes\Infineon\.port" "D:\5-Other-Small\Notes\EC-Documentation\port"
```
```bash Sat Jan 06 2024 09:09:50 GMT-0700 (Mountain Standard Time)
git init L:/Git/Notes-Infineon
mklink /J "L:\Git\Notes-Infineon\.Infineon" "D:\5-Other-Small\Notes\Infineon"
mklink /J "D:\5-Other-Small\Notes\Infineon\.git" "L:\Git\Notes-Infineon\.git"
```
```bash Sat Jan 06 2024 09:09:50 GMT-0700 (Mountain Standard Time)
git init L:/Git/Notes-Infineon
mklink /J "L:\Git\Notes-Infineon\.Infineon" "D:\Documents\Notes\Infineon"
mklink /J "D:\Documents\Notes\Infineon\.git" "L:\Git\Notes-Infineon\.git"
code "L:\Git\Notes-Infineon\.Infineon"
codium "L:\Git\Notes-Infineon\.Infineon"
code-insiders "L:\Git\Notes-Infineon\.Infineon"
```
```bash
mklink /J .kanbn "D:\5-Other-Small\Kanban\Infineon"
```