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?

【Windows】ファイル名・フォルダ名の一括取得

Posted at

記事概要

フォルダ内に存在するすべてのファイル名・フォルダ名を一括で取得する方法を記載する。

前提

  • PCはWindowsを使用している

手順

  1. エクスプローラーでフォルダに移動する

  2. アドレスバーにcmdと入力し、エンターボタンをクリックする

  3. 上記パスで、コマンドプロンプト画面が表示される

  4. 下記コマンドを実行する

    パス コマンド
    なし dir /b
    あり dir /b /s
  5. ファイル名とフォルダ名がコマンドプロンプト画面に表示される

  6. exitコマンドを実行し、コマンドプロンプト画面が終了する

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?