Hi presently I am using command prompt frequently. Every time I need to access different folders of different drives so I need to change drive and directory at the same time For this I got a solution: C:> CD /D D:\JAVA it's working fine. But why we are using "/D"
So please explain me why we are using /D.