← Exit
Create a file 'welcome.txt' with the text 'Welcome to CMD'
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
Revision Challenge 3
Practical: Creating Text Files with ECHO
0 of 3 steps
33%
Your Task
Create a file 'welcome.txt' with the text 'Welcome to CMD'
Command Reference
Command
ECHO
Syntax
ECHO text > filename.txt
Examples
ECHO Welcome > file.txt
- Creates file.txt
ECHO Configuration Data > config.txt
- Creates config file
Need a hint?
Previous
Next
📁
File Operations
Master file manipulation and management
Wildcards - * and ?
COPY - Copy Files
Revision Challenge 2
MOVE - Move Files and Folders
REN - Rename Files
Revision Challenge 3
Practical: Creating Text Files with ECHO
0 of 3 steps
33%
Your Task
Create a file 'welcome.txt' with the text 'Welcome to CMD'
Command Reference
Command
ECHO
Syntax
ECHO text > filename.txt
Examples
ECHO Welcome > file.txt
- Creates file.txt
ECHO Configuration Data > config.txt
- Creates config file
Need a hint?
Previous
Next