About 5,190 results
Open links in new tab
  1. dir | Microsoft Learn

    The dir command displays, in wide format, an alphabetized list of the matching file names in each directory, and it pauses each time the screen fills until you press any key to continue.

  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 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 displayed.

  4. cmd | Dir command - GeeksforGeeks

    Jul 23, 2025 · The dir command is one of the most useful commands while navigating the command line, and is present in its different forms in several operating systems. In this article, we will look at the Dir …

  5. 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 the …

  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 and managing …

  7. How to Navigate in CMD: 13 Directory Commands you Should Know

    Dec 10, 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 folders.

  8. dir (command) - Wikipedia

    Some applications also provide a dir command with similar functionality. The typical File Transfer Protocol (FTP) command-line client provides a dir command for listing a remote directory.

  9. Dir Command - Computer Hope

    Mar 21, 2025 · Help with dir command in MS-DOS and Windows. Understand its syntax and options, including recursive listing and sorting capabilities, with practical examples.

  10. How to List Folders Using CMD and PowerShell Commands

    Nov 10, 2025 · 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.