- The "cd" command changes the directory, but not what drive you are working with. So when you go "cd d:\temp", you are changing the D drive's directory to temp, but staying in the C drive.
D:
cd temp
That will get you the results you want.- To terminate any running process , type Ctrl + C
No comments:
Post a Comment