About 548,000 results
Open links in new tab
  1. dir | Microsoft Learn

    Displays a list of a directory's files and subdirectories. If used without parameters, this command displays the disk's volume label and serial number, followed by a list of directories and files on …

  2. Dir Command: Examples, Switches, and Usage Guide - Lifewire

    Sep 1, 2025 · Learn how the Dir command in Command Prompt lists files and subfolders, along with examples, options, and tips for effective use.

  3. How to List all Files in a Directory using CMD in Windows

    Jul 23, 2025 · Whether you're troubleshooting, creating backup lists, or writing scripts, the dir command gives you complete control. In this step-by-step guide, you'll learn how to list all files …

  4. CMD: 13 basic commands you should know (cd, dir, mkdir, etc.)

    Aug 21, 2025 · In this guide, I'll show you how to navigate in CMD, change directory, switch drives, go back in the Command Prompt, and even create, rename, copy, or delete files and …

  5. How to Use the DIR Command in Windows

    Nov 30, 2023 · Run “dir” in Command Prompt to list all of the files and folders in the current directory. Dir also take special arguments to sort and select what kinds of files and folders are …

  6. How to Use the Command 'dir' (with examples) - CommandMasters

    Dec 17, 2024 · The ‘dir’ command is a crucial utility in the Windows command-line interface that allows users to view the contents of a directory. This command is instrumental for navigation …

  7. DIR - list files and folders - Windows CMD - SS64.com

    The command DIR /b will return just a list of filenames, when displaying subfolders with DIR /b /s the command will return a full pathname. To list the full path without including subfolders, use …

  8. dir (command) - Wikipedia

    List all files and directories in the current working directory. List any text files and batch files (filename extension ".txt" or ".bat"). Recursively list all files and directories in the specified …

  9. How to List Folders Using CMD and PowerShell Commands

    Oct 26, 2024 · To list the files and folders in the current directory, open the Windows command prompt, enter dir and press enter. The dir command by default does not display subfolders. In …

  10. Dir Command - Computer Hope

    Mar 21, 2025 · By default, it displays the name, size, and last modification time of every file in the current directory. Dir is an internal command available in the command line of all Microsoft …