Wednesday, December 16, 2020

Change direcotry and disk in one line with Windows cmd

 For change disk and after enter inside needed directory you first need change disk and after type path.

So for this you need type two commands:

D:

cd folder

But! You can do this with one command:

cd /d d:\folder

No comments:

Post a Comment

Change direcotry and disk in one line with Windows cmd

 For change disk and after enter inside needed directory you first need change disk and after type path. So for this you need type two comma...