Echo Ctrl
+ click-able hyperlink to the Windows Terminal
$my_path = $pwd
Write-Output "file:///$($my_path -replace '\\','/')"
$my_url = $my_path -replace '\\','/'
Write-Output "file:///${my_url}"
set "MY_PATH=%CD%"
echo file:///%MY_PATH:\=/%
set "MY_URL=%MY_PATH:\=/%"
echo file:///%MY_URL%
https://learn.microsoft.com/en-us/windows/terminal/tips-and-tricks#open-a-hyperlink