"cd.." command is not working ? how to fix it?

"cd.." command is not working ?

C:\Users\Abhishek Gunjan>cd..

it says

'cd..' is not recognized as an internal or external command,
operable program or batch file.

enter image description here

how to fix it?

1

2 Answers

you missing space you should write

cd ..
1

try to type an space between the cd command and the folder you want to change to Be aware that .. is like a shortcut representing the parent folder Older versions of DOS/Windows support cd.. (without space) but that is not the 'standar' way

cd ..
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like