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 cece8d4 commit 0579d5eCopy full SHA for 0579d5e
Setup/Steam/Setup.bat
@@ -89,6 +89,9 @@ ECHO.
89
ECHO Installing...
90
91
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v Shell /t REG_SZ /d "C:\Motion-Shell\Steam\Motion-Shell.exe" /f
92
+set /p CURRENT=Steam
93
+ECHO|set /p=%CURRENT%>CURRENT.OPTION
94
+
95
96
goto complete
97
@@ -113,4 +116,4 @@ IF "%logoutop%"=="n" goto end
113
116
shutdown -l -f
114
117
115
118
:end
-EXIT
119
+EXIT
0 commit comments