FINE ILL FIX IT MYSELF

This commit is contained in:
2024-12-19 21:16:05 -05:00
parent 22457c2e0c
commit affb780121

View File

@ -83,23 +83,6 @@ ping 127.0.0.1 -n 20
)
cls
:: Check LF line ending
pushd "%~dp0"
>nul findstr /v "$" "%~nx0" && (
echo:
echo Error - Script either has LF line ending issue or an empty line at the end of the script is missing.
echo:
echo:
echo Help - %mas%troubleshoot
echo:
echo:
ping 127.0.0.1 -n 20 >nul
popd
exit /b
)
popd
::========================================================================================================================================
cls