Compare commits

...

4 Commits

Author SHA1 Message Date
d315ec66e8 Pull the trigger 2025-06-25 00:58:38 -04:00
7abf811b44 If you can't beat em, join em 2025-06-25 00:54:36 -04:00
9338396aba Notepad++ 2025-06-25 00:53:30 -04:00
5ad24f97b5 sanity? 2025-06-25 00:51:22 -04:00

View File

@ -85,23 +85,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 Check this webpage for help - %mas%troubleshoot
echo:
echo:
ping 127.0.0.1 -n 20 >nul
popd
exit /b
)
popd
::========================================================================================================================================
cls
@ -19432,3 +19415,4 @@ if ($appIdsList.Count -gt 0) {
::========================================================================================================================================
::
:: Leave empty line below