0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

コマンドプロンプトでのドライブ移動

Last updated at Posted at 2018-06-25

##コマンドプロンプトでドライブを移動する

コマンドプロンプトを起動すると

C:\User\ユーザ名>

と表示されている。

この状態から cd コマンドを使いDドライブに移動しようとしても移動できない。

C:\User\ユーザ名>cd d:
D:

C:\User\ユーザ名>

では、どうやってDドライブに移動するのか

C:\User\ユーザ名>d:

D:\>

#####「 d: 」これだけで移動することができた!

この方法でD以外のドライブに移動することもできる。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?