# code-block-pro/1.13.0/build/shiki/samples/bat.sample

Code Block Pro – Beautiful Syntax Highlighting, version 1.13.0. 15 lines.

- Page: https://pluginprobe.com/plugins/code-block-pro/1.13.0/code/build/shiki/samples/bat.sample
- Raw: https://pluginprobe.com/plugins/code-block-pro/1.13.0/raw/build/shiki/samples/bat.sample
- Modified: 2022-08-22T22:25:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/code-block-pro/1.13.0/code/build/shiki/samples/bat.sample#L10-L20`.

```
@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
```
