We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a4722 commit 4a84dffCopy full SHA for 4a84dff
SETUP.BAT
@@ -24,6 +24,8 @@ REM BFCPEEMBED=C:\Shared Folder\GitHub\Motion-Shell\Steam\Motion-Shell-Steam.exe
24
REM BFCPEOPTIONEND
25
@ECHO OFF
26
27
+Set /P Header=>Header.txt
28
+
29
:Welcome
30
ECHO Welcome to Motion-Shell Setup
31
ECHO.
@@ -36,6 +38,7 @@ ECHO.
36
38
37
39
40
CLS
41
+ECHO %Header%
42
43
ECHO Please select which program you would like to set as the Shell:
44
@@ -86,4 +89,4 @@ ECHO.
86
89
GOTO Welcome
87
90
88
91
:end
-Exit
92
+Exit
0 commit comments