← Exit
Create two destination folders named documents and images, then move all .txt files into documents
Microsoft Windows [Version 10.0.19045.0] (c) Microsoft Corporation. All rights reserved. Type HELP for available commands.
C:\Users\Student>
🔧
Real-World Workflows
Practical scenarios and command combinations for everyday tasks
Practical: File Management Workflows
0 of 3 steps
33%
Your Task
Create two destination folders named documents and images, then move all .txt files into documents
Command Reference
Command
File Management
Syntax
mkdir documents && mkdir images && move *.txt documents
Examples
mkdir documents && mkdir images && move *.txt documents
- Create and organize
dir
- Verify files were moved
Need a hint?
Previous
Next
Practical: Text Processing & Search
Practical: File Attributes & Permissions
🔧
Real-World Workflows
Practical scenarios and command combinations for everyday tasks
Practical: File Management Workflows
0 of 3 steps
33%
Your Task
Create two destination folders named documents and images, then move all .txt files into documents
Command Reference
Command
File Management
Syntax
mkdir documents && mkdir images && move *.txt documents
Examples
mkdir documents && mkdir images && move *.txt documents
- Create and organize
dir
- Verify files were moved
Need a hint?
Previous
Next
Practical: Text Processing & Search
Practical: File Attributes & Permissions