← Exit
Rename 'test.txt' to 'example.txt'
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
REN - Rename Files
0 of 2 steps
50%
Your Task
Rename 'test.txt' to 'example.txt'
Command Reference
Command
REN
Syntax
REN oldname newname
Examples
REN old.txt new.txt
- Renames the file
RENAME folder newfolder
- Renames a directory
Need a hint?
Previous
Next
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
REN - Rename Files
0 of 2 steps
50%
Your Task
Rename 'test.txt' to 'example.txt'
Command Reference
Command
REN
Syntax
REN oldname newname
Examples
REN old.txt new.txt
- Renames the file
RENAME folder newfolder
- Renames a directory
Need a hint?
Previous
Next
Revision Challenge 3
Practical: Creating Text Files with ECHO