-
Let's say that I've opened helix from the default location in windows powershell. |
Beta Was this translation helpful? Give feedback.
Answered by
CptPotato
Apr 5, 2023
Replies: 1 comment 1 reply
-
You should be able to change to a different drive using the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rp1231
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to change to a different drive using the
:cd
command, so:cd D:\
in your case.