echo ╭────────╮
echo ╭─────┤ Options ├─────────╮
echo │ ╰────────╯ │
echo │ 1. ++++++++ │
echo │ │
echo │ 2. fdfdfd │
echo │ │
echo │ 3. gfgfg │
echo │ │
echo ╰──────────────────────────╯
echo.
How to implement the option content, where the numbers are obtained from a text file in the same directory,
The text file format:
1. ++++++++
2. fdfdfd
3. gfgfg
echo ╭─────┤ Options ├─────────╮
echo │ ╰────────╯ │
echo │ 1. ++++++++ │
echo │ │
echo │ 2. fdfdfd │
echo │ │
echo │ 3. gfgfg │
echo │ │
echo ╰──────────────────────────╯
echo.
How to implement the option content, where the numbers are obtained from a text file in the same directory,
The text file format:
1. ++++++++
2. fdfdfd
3. gfgfg

