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 'startup.bat' that displays a message

Command Reference
Command
ECHO
Syntax
ECHO @echo off > script.bat && ECHO echo Hello >> script.bat
Examples
ECHO @echo off > setup.bat - Starts a batch file
ECHO echo Starting process >> setup.bat - Adds a command

Advanced Techniques
Unlock powerful automation and scripting

Your Task

Create a batch file 'startup.bat' that displays a message

Command Reference
Command
ECHO
Syntax
ECHO @echo off > script.bat && ECHO echo Hello >> script.bat
Examples
ECHO @echo off > setup.bat - Starts a batch file
ECHO echo Starting process >> setup.bat - Adds a command