Cd \WebDev not working

Hello all, I just started in Javascript. I am having trouble switching directories.

In the video, it has bash and cmd. When I uploaded the program, it has powershell and cmd.

I need some clarification.

Thanks

You can use cmd instead :nerd_face:

Carlos Z

Hello thecil. I used it and it still did not change to WebDev.

Not sure what you mean, to move over directories, you use cd dirName.

For example, you have your C drive, then if you want to move to a folder lets say Users you will type something like cd Users and then your path on cmd will be C:/Users/.

To move outside a folder, you use cd .., following the example, if im on C:/Users/ and i want to come back to C, you will use cd ..

Carlos Z