Comment by b40d-48b2-979e

12 days ago

Your analogy kind of falls on its face considering `C:\` is `/` not `~` which would be `%USERPROFILE%`.

How do I get to d:\apps from c:\

  • It depends on your shell. I think MINGW bash has `/mnt`? maybe it's just `/c`, `/d`, etc.? but for cmd, it's the command `cd D:\apps && D:` and powershell handles it gracefully with one command for drive changing `cd D:\apps`