The Computer Oracle

How to use the cd command in Windows Powershell to change the drive that I am working

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Magical Minnie Puzzles

--

Chapters
00:00 How To Use The Cd Command In Windows Powershell To Change The Drive That I Am Working
00:30 Accepted Answer Score 46
00:46 Thank you

--

Full question
https://superuser.com/questions/610787/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#powershell

#avk47



ACCEPTED ANSWER

Score 46


PowerShell will resolve full paths just fine with CD.

Where in DOS you have to /d for drive changing:

cd /d H:\Folder

PowerShell you can just type the full path:

cd H:\Folder