← Exit
List all .txt files in the current directory
Microsoft Windows [Version 10.0.19045.0] (c) Microsoft Corporation. All rights reserved. Type HELP for available commands.
C:\Users\Student>
📁
File Operations
Master file manipulation and management
Wildcards - * and ?
0 of 2 steps
50%
Your Task
List all .txt files in the current directory
Command Reference
Command
DIR
Syntax
DIR *.extension
Examples
DIR *.txt
- Lists all .txt files
DIR test*
- Lists files starting with 'test'
Need a hint?
Previous
Next
COPY - Copy Files
Revision Challenge 2
MOVE - Move Files and Folders
REN - Rename Files
Revision Challenge 3
Practical: Creating Text Files with ECHO
📁
File Operations
Master file manipulation and management
Wildcards - * and ?
0 of 2 steps
50%
Your Task
List all .txt files in the current directory
Command Reference
Command
DIR
Syntax
DIR *.extension
Examples
DIR *.txt
- Lists all .txt files
DIR test*
- Lists files starting with 'test'
Need a hint?
Previous
Next
COPY - Copy Files
Revision Challenge 2
MOVE - Move Files and Folders
REN - Rename Files
Revision Challenge 3
Practical: Creating Text Files with ECHO