mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 02:59:31 +08:00
15 lines
No EOL
188 B
Text
15 lines
No EOL
188 B
Text
@rem My First Batch file!
|
|
|
|
@echo off
|
|
|
|
echo Three
|
|
|
|
echo Two
|
|
|
|
echo One
|
|
|
|
echo Hello World!
|
|
|
|
pause
|
|
|
|
@rem From https://o7planning.org/11531/batch-scripting-language-tutorial-for-beginners |