You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discord user reports ServerStartup.bat failing with "missing findstr..."
Upon review of ServerStart.bat all invocations of findstr are prepended with %MC_SYS32% except for the one on line 192: ECHO.%%A | findstr /C:"=">nul && (
Recommended Change: ECHO.%%A | %MC_SYS32%\findstr /C:"=">nul && (
The text was updated successfully, but these errors were encountered:
Discord user reports ServerStartup.bat failing with "missing findstr..."
Upon review of ServerStart.bat all invocations of findstr are prepended with %MC_SYS32% except for the one on line 192:
ECHO.%%A | findstr /C:"=">nul && (
Recommended Change:
ECHO.%%A | %MC_SYS32%\findstr /C:"=">nul && (
The text was updated successfully, but these errors were encountered: