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

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

🔧
Real-World Workflows
Practical scenarios and command combinations for everyday tasks

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