← Exit
Create a batch file 'startup.bat' that displays a message
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
XCOPY - Advanced File Copying
Batch Files - .BAT Scripts
Revision Challenge 6
FC - File Compare
COPY CON - Create Files Interactively
Final Revision Challenge
Batch Scripts Basics
0 of 3 steps
33%
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
Need a hint?
Previous
Next
Advanced Batch: Control Flow
⚡
Advanced Techniques
Unlock powerful automation and scripting
XCOPY - Advanced File Copying
Batch Files - .BAT Scripts
Revision Challenge 6
FC - File Compare
COPY CON - Create Files Interactively
Final Revision Challenge
Batch Scripts Basics
0 of 3 steps
33%
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
Need a hint?
Previous
Next
Advanced Batch: Control Flow