--- type: "topic" created: "2024-01-14T02:18:22.233Z" updated: "2024-01-23T16:40:21.999Z" --- # mklink ```bash # https://www.elevenforum.com/t/find-all-symbolic-links-and-junction-points-in-windows.4225/ DIR /AL /S "D:\5-Other-Small\Kanban" DIR /AL /S "L:\Git" > "%localAppData%\IFXApps\mklinks-L-Git.txt" DIR /AL /S "L:\DevOps" > "%localAppData%\IFXApps\mklinks-L-DevOps.txt" DIR /AL /S "D:\Documents" > "%localAppData%\IFXApps\mklinks-D-Documents.txt" ``` ```bash Mon Jan 15 2024 15:49:34 GMT-0700 (Mountain Standard Time) dir /AL /S C:\ mklink /J "C:\Documents and Settings" "C:\Users" mklink /J "C:\Program Files (x86)\Common Files\Oracle\Java\javapath" "C:\Program Files (x86)\Common Files\Oracle\Java\javapath_target_12149562" mklink /J "C:\ProgramData\Application Data" "C:\ProgramData" mklink /J "C:\ProgramData\Desktop" "C:\Users\Public\Desktop" mklink /J "C:\ProgramData\Documents" "C:\Users\Public\Documents" mklink /J "C:\ProgramData\Start Menu" "C:\ProgramData\Microsoft\Windows\Start Menu" mklink /J "C:\ProgramData\Templates" "C:\ProgramData\Microsoft\Windows\Templates" mklink /J "C:\Users\All Users\Application Data" "C:\ProgramData" mklink /J "C:\Users\All Users\Desktop" "C:\Users\Public\Desktop" mklink /J "C:\Users\All Users\Documents" "C:\Users\Public\Documents" mklink /J "C:\Users\All Users\Start Menu" "C:\ProgramData\Microsoft\Windows\Start Menu" mklink /J "C:\Users\All Users\Templates" "C:\ProgramData\Microsoft\Windows\Templates" mklink /J "C:\Users\Default\Application Data" "C:\Users\Default\AppData\Roaming" mklink /J "C:\Users\Default\Cookies" "C:\Users\Default\AppData\Local\Microsoft\Windows\INetCookies" mklink /J "C:\Users\Default\Local Settings" "C:\Users\Default\AppData\Local" mklink /J "C:\Users\Default\My Documents" "C:\Users\Default\Documents" mklink /J "C:\Users\Default\NetHood" "C:\Users\Default\AppData\Roaming\Microsoft\Windows\Network Shortcuts" mklink /J "C:\Users\Default\PrintHood" "C:\Users\Default\AppData\Roaming\Microsoft\Windows\Printer Shortcuts" mklink /J "C:\Users\Default\Recent" "C:\Users\Default\AppData\Roaming\Microsoft\Windows\Recent" mklink /J "C:\Users\Default\SendTo" "C:\Users\Default\AppData\Roaming\Microsoft\Windows\SendTo" mklink /J "C:\Users\Default\Start Menu" "C:\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu" mklink /J "C:\Users\Default\Templates" "C:\Users\Default\AppData\Roaming\Microsoft\Windows\Templates" mklink /J "C:\Users\Default\AppData\Local\Application Data" "C:\Users\Default\AppData\Local" mklink /J "C:\Users\Default\AppData\Local\History" "C:\Users\Default\AppData\Local\Microsoft\Windows\History" mklink /J "C:\Users\Default\AppData\Local\Temporary Internet Files" "C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache" mklink /J "C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary Internet Files" "C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache" mklink /J "C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache\Content.IE5" "C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache\IE" mklink /J "C:\Users\Default\Documents\My Music" "C:\Users\Default\Music" mklink /J "C:\Users\Default\Documents\My Pictures" "C:\Users\Default\Pictures" mklink /J "C:\Users\Default\Documents\My Videos" "C:\Users\Default\Videos" mklink /J "C:\Users\phares\Application Data" "C:\Users\phares\AppData\Roaming" mklink /J "C:\Users\phares\Cookies" "C:\Users\phares\AppData\Local\Microsoft\Windows\INetCookies" mklink /J "C:\Users\phares\Local Settings" "C:\Users\phares\AppData\Local" mklink /J "C:\Users\phares\My Documents" "C:\Users\phares\Documents" mklink /J "C:\Users\phares\NetHood" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\Network Shortcuts" mklink /J "C:\Users\phares\PrintHood" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\Printer Shortcuts" mklink /J "C:\Users\phares\Recent" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\Recent" mklink /J "C:\Users\phares\SendTo" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\SendTo" mklink /J "C:\Users\phares\Start Menu" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\Start Menu" mklink /J "C:\Users\phares\Templates" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\Templates" mklink /J "C:\Users\phares\AppData\Local\Application Data" "C:\Users\phares\AppData\Local" mklink /J "C:\Users\phares\AppData\Local\History" "C:\Users\phares\AppData\Local\Microsoft\Windows\History" mklink /J "C:\Users\phares\AppData\Local\Temporary Internet Files" "C:\Users\phares\AppData\Local\Microsoft\Windows\INetCache" mklink /J "C:\Users\phares\AppData\Local\IFXApps\nginx-1.20.1\conf" "L:\DevOps\Mesa_FI\NGINX-Conf\conf" mklink /J "C:\Users\phares\AppData\Local\Microsoft\Windows\Temporary Internet Files" "C:\Users\phares\AppData\Local\Microsoft\Windows\INetCache" mklink /J "C:\Users\phares\AppData\Local\Microsoft\Windows\INetCache\Content.IE5" "C:\Users\phares\AppData\Local\Microsoft\Windows\INetCache\IE" mklink /J "C:\Users\phares\AppData\Roaming\Microsoft\UserSecrets\.git" "L:\Git\Syncthing-Secrets\.git" mklink /J "C:\Users\phares\AppData\Roaming\Microsoft\UserSecrets\.kanbn" "D:\5-Other-Small\Kanban\Phares" mklink /J "C:\Users\phares\AppData\Roaming\Microsoft\UserSecrets\.LocalSystem" "C:\Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\UserSecrets" mklink /J "C:\Users\phares\AppData\Roaming\Microsoft\UserSecrets\.PSReadLine" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine" mklink /J "C:\Users\phares\Documents\My Music" "C:\Users\phares\Music" mklink /J "C:\Users\phares\Documents\My Pictures" "C:\Users\phares\Pictures" mklink /J "C:\Users\phares\Documents\My Videos" "C:\Users\phares\Videos" mklink /J "C:\Users\Public\Documents\My Music" "C:\Users\Public\Music" mklink /J "C:\Users\Public\Documents\My Pictures" "C:\Users\Public\Pictures" mklink /J "C:\Users\Public\Documents\My Videos" "C:\Users\Public\Videos" mklink /J "C:\Windows\System32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\Content.IE5" "C:\WINDOWS\system32\config\systemprofile\AppData\Local\Microsoft\Windows\INetCache\IE" ``` ```bash Mon Jan 15 2024 15:49:34 GMT-0700 (Mountain Standard Time) dir /AL /S D:\ mklink /J "D:\5-Other-Small\Kanban\.git" "L:\Git\Notes-Kanban\.git" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\.git" "L:\Git\Notes-EC-Documentation\.git" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\.kanbn" "D:\5-Other-Small\Kanban\EC-Documentation" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\incoming" "D:\5-Other-Small\Notes\EC-Documentation\port" mklink /J "D:\5-Other-Small\Notes\EC-Documentation\outgoing" "D:\5-Other-Small\Notes\EC-Documentation\port" mklink /J "D:\5-Other-Small\Notes\Infineon\.Applications" "L:\DevOps\Mesa_FI\FI-Operations\Applications" mklink /J "D:\5-Other-Small\Notes\Infineon\.BarcodeHost" "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\.git" "L:\Git\Notes-Infineon\.git" mklink /J "D:\5-Other-Small\Notes\Infineon\.kanbn" "D:\5-Other-Small\Kanban\Infineon" mklink /J "D:\5-Other-Small\Notes\Infineon\.port" "L:\Git\Notes-EC-Documentation\EC-Documentation\port" mklink /J "D:\5-Other-Small\Notes\Network\.etc" "C:\Windows\System32\drivers\etc" mklink /J "D:\5-Other-Small\Notes\Network\.git" "L:\Git\Notes-Network\.git" mklink /J "D:\EAF\EAF Runtime Agent\Bin" "D:\EAF\EAF Runtime Agent\v2.25.1\Bin" mklink /J "D:\EAF\EAF Runtime Agent\Configuration" "D:\EAF\EAF Runtime Agent\v2.25.1\Configuration" mklink /J "D:\EAF\EAF Runtime Agent\Logs" "D:\EAF\EAF Runtime Agent\v2.25.1\Logs" mklink /J "D:\net6.0\BaGet\Server" "D:\net6.0\BaGet\e58883f-968285-BaGet-Release\Server" mklink /J "D:\net7.0\BaGet\Worker" "D:\net7.0\BaGet\e58883f-968285-BaGet-Release\Worker" mklink /J "D:\Tmp\phares\TP-Link" "D:\5-Other-Small\Notes\Network\.vscode\helper" mklink /J "D:\Tmp\phares\www\NGINdeX.io" "L:\DevOps\Mesa_FI\NGINdeX.io" mklink /J "D:\Tmp\phares\www\pictures" "D:\Documents\Pictures" mklink /J "D:\Tmp\phares\www\Verdaccio" "L:\Verdaccio\storage" mklink /J "D:\vsts-agent-win-x64-2.170.1-Phares\bin" "D:\vsts-agent-win-x64-2.170.1-Phares\bin.2.210.1" mklink /J "D:\vsts-agent-win-x64-2.170.1-Phares\externals" "D:\vsts-agent-win-x64-2.170.1-Phares\externals.2.210.1" ``` ```bash Mon Jan 15 2024 15:49:34 GMT-0700 (Mountain Standard Time) dir /AL /S L:\ mkdir "D:\5-Other-Small\Kanban\MET08AWCT" mkdir "D:\5-Other-Small\Kanban\METCLIMATEC" mklink /J "L:\DevOps\Mesa_FI\Fab-2-Approval-System" "L:\Workspaces\33_CS29_79_72\Mesa_FI\Fab2ApprovalSystem\Fab2ApprovalSystem-branch-Prod20190626\Fab2ApprovalSystem" mklink /J "L:\DevOps\Mesa_FI\APC-Viewer\.vscode\UserSecrets" "C:\Users\phares\AppData\Roaming\Microsoft\UserSecrets\a71ebef9-7685-4ccf-b098-f5a2e119480a" mklink /J "L:\DevOps\Mesa_FI\Baget\src\BaGet\.vscode\UserSecrets" "C:\Windows\System32\config\SystemProfile\AppData\Roaming\Microsoft\UserSecrets\0841ecbb-394c-4690-bb0e-1c5c48a1297a" mklink /J "L:/DevOps/Mesa_FI/Barcode-Host/Server.Tests/.kanbn" "D:\5-Other-Small\Kanban\Barcode-Host" mklink /J "L:\DevOps\Mesa_FI\Barcode-Host\.vscode\UserSecrets" "C:\Users\phares\AppData\Roaming\Microsoft\UserSecrets\02dce973-df1d-4325-962a-ed549af8d4c5" mklink /J "L:\DevOps\Mesa_FI\EDA-Viewer\EDA Viewer.Tests\.kanbn" "D:\5-Other-Small\Kanban\EDA-Viewer" mklink /J "L:\DevOps\Mesa_FI\File-Folder-Helper\.kanbn" "D:\5-Other-Small\Kanban\File-Folder-Helper" mklink /J "L:\DevOps\Mesa_FI\OI-Metrology\Tests\.kanbn" "D:\5-Other-Small\Kanban\OI-Metrology" mklink /J "L:\Git\AA\Shared\.kanbn" "D:\5-Other-Small\Kanban\View-by-Distance" mklink /J "L:\Git\Notes-Cyberpunk-Red\Cyberpunk-Red" "D:\5-Other-Small\Notes\Cyberpunk-Red" mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation" "D:\5-Other-Small\Notes\EC-Documentation" mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation\.git" "L:\Git\Notes-EC-Documentation\.git" mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation\.kanbn" "D:\5-Other-Small\Kanban\EC-Documentation" mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation\incoming" "D:\5-Other-Small\Notes\EC-Documentation\port" mklink /J "L:\Git\Notes-EC-Documentation\.EC-Documentation\outgoing" "D:\5-Other-Small\Notes\EC-Documentation\port" mklink /J "L:\Git\Notes-Infineon\.Infineon" "D:\5-Other-Small\Notes\Infineon" mklink /J "L:\Git\Notes-Infineon\.Infineon\.Applications" "L:\DevOps\Mesa_FI\FI-Operations\Applications" mklink /J "L:\Git\Notes-Infineon\.Infineon\.BarcodeHost" "D:\5-Other-Small\Kanban\Barcode-Host\tasks" mklink /J "L:\Git\Notes-Infineon\.Infineon\.DevOps" "L:\DevOps\Mesa_FI\FI-Operations\DevOps" mklink /J "L:\Git\Notes-Infineon\.Infineon\.Fab" "L:\DevOps\Mesa_FI\FI-Operations\Fab" mklink /J "L:\Git\Notes-Infineon\.Infineon\.git" "L:\Git\Notes-Infineon\.git" mklink /J "L:\Git\Notes-Infineon\.Infineon\.kanbn" "D:\5-Other-Small\Kanban\Infineon" mklink /J "L:\Git\Notes-Infineon\.Infineon\.port" "L:\Git\Notes-EC-Documentation\EC-Documentation\port" mklink /J "L:\Git\Notes-Kanban\.Kanban" "D:\5-Other-Small\Kanban" mklink /J "L:\Git\Notes-Kanban\.Kanban\.git" "L:\Git\Notes-Kanban\.git" mklink /J "L:\Git\Notes-Network\.Network" "D:\5-Other-Small\Notes\Network" mklink /J "L:\Git\Notes-Network\.Network\.etc" "C:\Windows\System32\drivers\etc" mklink /J "L:\Git\Notes-Network\.Network\.git" "L:\Git\Notes-Network\.git" mklink /J "L:\Git\Syncthing-Secrets\.UserSecrets" "C:\Users\phares\AppData\Roaming\Microsoft\UserSecrets" mklink /J "L:\Git\Syncthing-Secrets\.UserSecrets\.git" "L:\Git\Syncthing-Secrets\.git" mklink /J "L:\Git\Syncthing-Secrets\.UserSecrets\.kanbn" "D:\5-Other-Small\Kanban\Phares" mklink /J "L:\Git\Syncthing-Secrets\.UserSecrets\.LocalSystem" "C:\Windows\System32\config\systemprofile\AppData\Roaming\Microsoft\UserSecrets" mklink /J "L:\Git\Syncthing-Secrets\.UserSecrets\.PSReadLine" "C:\Users\phares\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadLine" mklink /J "L:\Git\VS-Code-Settings\.omnisharp" "C:\Users\phares\.omnisharp" mklink /J "L:\Git\VS-Code-Settings\app-code" "C:\Users\phares\AppData\Local\Programs\Microsoft VS Code\resources\app" mklink /J "L:\Git\VS-Code-Settings\app-codium" "C:\Users\phares\AppData\Local\Programs\VSCodium\resources\app" mklink /J "L:\Git\VS-Code-Settings\app-insiders" "C:\Users\phares\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app" mklink /J "L:\Git\VS-Code-Settings\User" "C:\Users\phares\AppData\Roaming\Code\User" mklink /J "L:\Git\VS-Code-Settings-Insider\.omnisharp" "C:\Users\phares\.omnisharp" mklink /J "L:\Git\VS-Code-Settings-Insider\app-code" "C:\Users\phares\AppData\Local\Programs\Microsoft VS Code\resources\app" mklink /J "L:\Git\VS-Code-Settings-Insider\app-codium" "C:\Users\phares\AppData\Local\Programs\VSCodium\resources\app" mklink /J "L:\Git\VS-Code-Settings-Insider\app-insiders" "C:\Users\phares\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app" mklink /J "L:\Git\VS-Code-Settings-Insider\User" "C:\Users\phares\AppData\Roaming\Code - Insiders\User" mklink /J "L:\Git\VS-Code-Settings-OSS\.omnisharp" "C:\Users\phares\.omnisharp" mklink /J "L:\Git\VS-Code-Settings-OSS\app-code" "C:\Users\phares\AppData\Local\Programs\Microsoft VS Code\resources\app" mklink /J "L:\Git\VS-Code-Settings-OSS\app-codium" "C:\Users\phares\AppData\Local\Programs\VSCodium\resources\app" mklink /J "L:\Git\VS-Code-Settings-OSS\app-insiders" "C:\Users\phares\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app" mklink /J "L:\Git\VS-Code-Settings-OSS\User" "C:\Users\phares\AppData\Roaming\VSCodium\User" mklink /J "L:\Git\YO-VSCode\.kanbn" "D:\5-Other-Small\Kanban\Type-Script-Helper" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\DEP08SIASM\06_SourceCode\DEP08SIASM\.kanbn" "D:\5-Other-Small\Kanban\DEP08SIASM" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\DEP08SIHTRPLC\06_SourceCode\DEP08SIHTRPLC\.kanbn" "D:\5-Other-Small\Kanban\DEP08SIHTRPLC" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MESAFIBACKLOG\06_SourceCode\MESAFIBACKLOG\.kanbn" "D:\5-Other-Small\Kanban\MESAFIBACKLOG" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08AFMD3100\06_SourceCode\MET08AFMD3100\.kanbn" "D:\5-Other-Small\Kanban\MET08AFMD3100" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08ANLYSDIFAAST230\06_SourceCode\MET08ANLYSDIFAAST230\.kanbn" "D:\5-Other-Small\Kanban\MET08ANLYSDIFAAST230" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08AWCT\06_SourceCode\MET08AWCT\.kanbn" "D:\5-Other-Small\Kanban\MET08AWCT" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08DDUPSFS6420\06_SourceCode\MET08DDUPSFS6420\.kanbn" "D:\5-Other-Small\Kanban\MET08DDUPSFS6420" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08DDUPSP1TBI\06_SourceCode\MET08DDUPSP1TBI\.kanbn" "D:\5-Other-Small\Kanban\MET08DDUPSP1TBI" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08RESIHGCV\06_SourceCode\MET08RESIHGCV\.kanbn" "D:\5-Other-Small\Kanban\MET08RESIHGCV" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08RESIMAPCDE\06_SourceCode\MET08RESIMAPCDE\.kanbn" "D:\5-Other-Small\Kanban\MET08RESIMAPCDE" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08RESISRP2100\06_SourceCode\MET08RESISRP2100\.kanbn" "D:\5-Other-Small\Kanban\MET08RESISRP2100" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08THFTIRQS408M\06_SourceCode\MET08THFTIRQS408M\.kanbn" "D:\5-Other-Small\Kanban\MET08THFTIRQS408M" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08THFTIRSTRATUS\06_SourceCode\MET08THFTIRSTRATUS\.kanbn" "D:\5-Other-Small\Kanban\MET08THFTIRSTRATUS" mklink /J "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\METCLIMATEC\06_SourceCode\METCLIMATEC\.kanbn" "D:\5-Other-Small\Kanban\METCLIMATEC" ``` ```bash Mon Jan 15 2024 15:49:34 GMT-0700 (Mountain Standard Time) dir /AL /S T:\ # mklink /J "T:\cellInstanceVersion.EdaConnection.PortNumber" "D:\Tmp\cellInstanceVersion.EdaConnection.PortNumber" mklink /J "T:\Context Data" "L:\Workspaces\33_CS29_79_72\Mesa_FI\Infineon\Mesa\OpenInsight\Library\Framework\4\ContextData" mklink /J "T:\DEP08EGANAIXG5" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\DEP08EGANAIXG5" mklink /J "T:\DEP08SIASM" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\DEP08SIASM" mklink /J "T:\DEP08SIHTRPLC" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\DEP08SIHTRPLC" mklink /J "T:\Keyboard Simulator" "L:\Workspaces\33_CS29_79_72\Mesa_FI\Infineon\Mesa\OpenInsight\Library\Framework\4\KeyboardSimulator" mklink /J "T:\Library" "L:\Workspaces\33_CS29_79_72\Mesa_FI\OI GaN Viewer\Library" mklink /J "T:\MESAFIBACKLOG" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MESAFIBACKLOG" mklink /J "T:\MET08AWCT" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08AWCT" mklink /J "T:\MET08ANLYSDIFAAST230" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08ANLYSDIFAAST230" mklink /J "T:\MET08DDUPSFS6420" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08DDUPSFS6420" mklink /J "T:\MET08DDUPSP1TBI" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08DDUPSP1TBI" mklink /J "T:\MET08RESIHGCV" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08RESIHGCV" mklink /J "T:\MET08RESIMAPCDE" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08RESIMAPCDE" mklink /J "T:\MET08RESISRP2100" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08RESISRP2100" mklink /J "T:\MET08THFTIRQS408M" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08THFTIRQS408M" mklink /J "T:\MET08THFTIRSTRATUS" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\MET08THFTIRSTRATUS" mklink /J "T:\METCLIMATEC" "L:\Workspaces\33_CS29_79_72\MIT_EAF_Adaptations\Trunk\METCLIMATEC" # mklink /J "T:\DEP08SIASM\06_SourceCode\DEP08SIASM\.kanbn" "D:\5-Other-Small\Kanban\DEP08SIASM" mklink /J "T:\DEP08SIHTRPLC\06_SourceCode\DEP08SIHTRPLC\.kanbn" "D:\5-Other-Small\Kanban\DEP08SIHTRPLC" mklink /J "T:\MESAFIBACKLOG\06_SourceCode\MESAFIBACKLOG\.kanbn" "D:\5-Other-Small\Kanban\MESAFIBACKLOG" mklink /J "T:\MET08ANLYSDIFAAST230\06_SourceCode\MET08ANLYSDIFAAST230\.kanbn" "D:\5-Other-Small\Kanban\MET08ANLYSDIFAAST230" mklink /J "T:\MET08AWCT\06_SourceCode\MET08AWCT\.kanbn" "D:\5-Other-Small\Kanban\MET08AWCT" mklink /J "T:\MET08DDUPSFS6420\06_SourceCode\MET08DDUPSFS6420\.kanbn" "D:\5-Other-Small\Kanban\MET08DDUPSFS6420" mklink /J "T:\MET08DDUPSP1TBI\06_SourceCode\MET08DDUPSP1TBI\.kanbn" "D:\5-Other-Small\Kanban\MET08DDUPSP1TBI" mklink /J "T:\MET08RESIHGCV\06_SourceCode\MET08RESIHGCV\.kanbn" "D:\5-Other-Small\Kanban\MET08RESIHGCV" mklink /J "T:\MET08RESIMAPCDE\06_SourceCode\MET08RESIMAPCDE\.kanbn" "D:\5-Other-Small\Kanban\MET08RESIMAPCDE" mklink /J "T:\MET08RESISRP2100\06_SourceCode\MET08RESISRP2100\.kanbn" "D:\5-Other-Small\Kanban\MET08RESISRP2100" mklink /J "T:\MET08THFTIRQS408M\06_SourceCode\MET08THFTIRQS408M\.kanbn" "D:\5-Other-Small\Kanban\MET08THFTIRQS408M" mklink /J "T:\MET08THFTIRSTRATUS\06_SourceCode\MET08THFTIRSTRATUS\.kanbn" "D:\5-Other-Small\Kanban\MET08THFTIRSTRATUS" mklink /J "T:\METCLIMATEC\06_SourceCode\METCLIMATEC\.kanbn" "D:\5-Other-Small\Kanban\METCLIMATEC" ```