Skip to main content

All Questions

Tagged with
9 votes
3 answers
20k views

How do I cd into a network share?

I need to connect to a network share with path \\192.165.24.175\04_Top_Image and need to use cmd to cd into it, but I don't know how to cd into it. I know how to go from C: to D:, but it doesn't work ...
ToMakPo's user avatar
  • 325
1 vote
2 answers
184 views

CD past a folder with unknown name but with a fixed format

I want to CD past a folder with a variable but fixed syntax name. The syntax is number.number.number.number I tried to cd to *.*.*.* (I don't know how to format this) but that doesn't seem to work, is ...
Mathias Maes's user avatar
1 vote
2 answers
5k views

Not able to change directory in powershell

cd C:\Users\Rupesh Kumar\Documents There is a space between "Rupesh Kumar" which doesn't allow me to change the directory but it is working in CMD. Set-Location : A positional parameter cannot be ...
green seek's user avatar
4 votes
2 answers
61k views

windows 10 cmd prompt change directory to drive on different physical harddrive

I am a Windows noob here (coming from a linux background.) I am having a problem in the cmd prompt changing to a directory on a different drive. Either I haven't found any suitable answers for this ...
crob's user avatar
  • 43
7 votes
1 answer
40k views

cd command not working. Cant change directory in windows 10 [duplicate]

I was using the cd command to switch my drive to E: which basically contains all my junk files which I use for experimentation but the problem was cd was not working. The command I used was cd E: ...
Suhrid Mulay's user avatar
2 votes
1 answer
4k views

How does `pushd` exactly behave regarding path with slashes `/`?

Consider the following commands given from a cmd prompt: D:\test>cd D:/ D:\>cd /test D:\test>pushd D:/ The syntax of the command is incorrect. D:\test>pushd "D:/" D:\>popd D:\test&...
Antonio's user avatar
  • 407
1 vote
1 answer
117 views

cd not doing anything in the Windows Shell [duplicate]

Possible Duplicate: Using cd Command in Windows Command Line, Can’t Navigate to D:\ Look at the latter lines of the shell, the cd lines. Nothing's happening :( This is the Win8 shell. I used to ...
ACarter's user avatar
  • 1,434