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

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
📁
File Operations
Master file manipulation and management

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