Featured post
- Get link
- X
- Other Apps
How to move to another directory D,E,F etc from C drive in command prompt(CMD)
we are discussing two points in this blog
- How to move to parent directory from particular folder in the system using cmd
- How to move to another directory from a directory in the system using cmd
How to move to parent directory from particular folder in the system using cmd
When i was working in a node js project, i was trying to create a folder in D drive of my system.When i opened command prompt,I was in C drive of the system by default.I tried a lots of methods but i got different types of errors
By default i was in C:\Users\Administrator>
So by executing cd.. two times i reached at C drive
look at the image below.Now i am at C drive of my system
How to move to another directory from a directory in the system using cmd
Now i want to move to D drive in my system .I tried many commands but none of them worked as shown below
'D\' is not recognized as an internal or external command,
operable program or batch file.
The system cannot find the path specified.
So finally i got the correct command to move from a drive to another drive in my system.When i executed below command,i could easily move from C to D drive
D:
So i could easily move from one driectory to another directory using this command
Popular Posts
How to Check React Version Installed in Your System by Checking PACKAGE.JSON File and Executing Command from COMMAND PROMPT
- Get link
- X
- Other Apps
Execution failed for task ':react-native-reanimated:externalNativeBuildDebug' solved
- Get link
- X
- Other Apps
Error: Invalid `prisma.$executeRaw()` invocation: fixed using log: ["query"] option
- Get link
- X
- Other Apps
ERROR Warning: React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined
- Get link
- X
- Other Apps
app keeps stopping error solved in android studio emulator using logcat in react native project
- Get link
- X
- Other Apps