← Exit
Move 'temp.txt' to the 'archive' folder
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 ?
COPY - Copy Files
Revision Challenge 2
MOVE - Move Files and Folders
0 of 2 steps
50%
Your Task
Move 'temp.txt' to the 'archive' folder
Command Reference
Command
MOVE
Syntax
MOVE source destination
Examples
MOVE file.txt folder\
- Moves file to folder
MOVE *.bak backup\
- Moves all .bak files
Need a hint?
Previous
Next
REN - Rename Files
Revision Challenge 3
Practical: Creating Text Files with ECHO
📁
File Operations
Master file manipulation and management
Wildcards - * and ?
COPY - Copy Files
Revision Challenge 2
MOVE - Move Files and Folders
0 of 2 steps
50%
Your Task
Move 'temp.txt' to the 'archive' folder
Command Reference
Command
MOVE
Syntax
MOVE source destination
Examples
MOVE file.txt folder\
- Moves file to folder
MOVE *.bak backup\
- Moves all .bak files
Need a hint?
Previous
Next
REN - Rename Files
Revision Challenge 3
Practical: Creating Text Files with ECHO