AllTheMods / Server-Scripts

Server Startup Scripts
Other
68 stars 37 forks source link

ServerStartup.bat "missing findstr" error #47

Open lanceweber opened 5 years ago

lanceweber commented 5 years ago

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 && (