-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCLICK_ME_TO_START.bat
More file actions
21 lines (21 loc) Β· 1.13 KB
/
CLICK_ME_TO_START.bat
File metadata and controls
21 lines (21 loc) Β· 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@echo off
cls
echo.
echo βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
echo YOU FOUND THE RIGHT FOLDER!
echo βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
echo.
echo This folder contains 44 files, but you might only see some of them.
echo.
echo Let me show you ALL the .bat files available:
echo.
echo βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
dir /b *.bat
echo βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
echo.
echo.
echo RECOMMENDED: To start the controller now, type: QUICK_START.bat
echo.
echo Press any key to start the controller...
pause > nul
call QUICK_START.bat