File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Following v1.4, there is now a config section at the top of the batch file if you decide to edit it.
2+
3+ ### Directory ###
4+ v1.3 introduced the need for no directory but you can still set one if you decide to run the file elsewhere.
5+
6+ Simply remove the '::' by 'Set directory' and set it.
7+ Add '::' behind 'mkdir "%~dp0"' (Ex: ::mkdir "%~dp0")
8+
9+
10+
11+ ### Keybinds ###
12+ Following v1.4, you can set custom keys and phrases to your actions.
13+ Each key and phrase must have a space between them.
14+
15+ Simply add or remove them after the '=' sign.
16+ Ex: (set bind_delete=d del delete) is now (set bind_delete=fred 1 beach pi force)
17+
18+
19+
20+ ### Color Coding ###
21+ Following v1.4, you can set what color you want your console to have.
22+
23+ Default is color_code=3
24+
25+ Here is the list of color codes:
26+ 0 - Black
27+ 1 - Blue
28+ 2 - Green
29+ 3 - Aqua
30+ 4 - Red
31+ 5 - Purple
32+ 6 - Yellow
33+ 7 - White
34+ 8 - Gray
35+ 9 - Light Blue
36+ A - Light Green
37+ B - Light Aqua
38+ C - Light Red
39+ D - Light Purple
40+ E - Light Yellow
41+ F - Bright White
42+
43+ There are more but these about serve everyone.
You can’t perform that action at this time.
0 commit comments