Microsoft Windows [Version 10.0.19045.0] (c) Microsoft Corporation. All rights reserved. Type HELP for available commands.
C:\Users\Student>
Advanced Techniques
Unlock powerful automation and scripting

Your Task

Create a batch file 'hello.bat' that displays 'Hello World'

Command Reference
Command
ECHO
Syntax
ECHO command > script.bat
Examples
ECHO echo Hello > test.bat - Creates a simple batch file

Advanced Techniques
Unlock powerful automation and scripting

Your Task

Create a batch file 'hello.bat' that displays 'Hello World'

Command Reference
Command
ECHO
Syntax
ECHO command > script.bat
Examples
ECHO echo Hello > test.bat - Creates a simple batch file