Ultra rare case - can be ignored. I don't see possible solution for it on Quakestarter-side and might not be doable. I'm probably the only one person that was able to experience this because of my environment on Windows, so it is not worth even mentioning in a "Known bugs" section
Repro steps in case you're stil curious:
1. Extract enclosed archive: "QSRepro.zip",
2. Review all file if nothing is malicious there.
3. Run "repro.bat" and note that everything is fine.
4. Edit "Register cmdstart.reg" and set absolute path to "_cmdstart.bat".
5. Double-click on "Register cmdstart.reg" to add running a script as an autostart for each "cmd.exe" session.
6. Run "repro.bat" to see an issue (if not, then maybe ANSICON has to be installed too, not 100% sure).
7. Edit "_cmdstart.bat" and remove "@cls" from there.
8. Run "repro.bat" that everything is ok.
9. Run "Unregister cmdstart.reg" to undo changes in a system.
Bonus, my cmdstart.bat looks something like this:
Code:
@echo off
:: Commented out cls as it was causing an issues running:
:: for /f "delims=" %%a in ('dir /a:-d /b *.exe') do (
:: echo %%a
:: )
:: from a script
@REM cls
title ansicon cmd
set "ROOT=%~dp0"
::call %ROOT%\..\Programs\ansicon\ansicon -i
set prompt=$E[1;32m$t$h$h$h $E[1;33;40m$p$g$E[m
set "PATH=%PATH%;%ROOT%"
set "PATH=%PATH%;C:\Data\PortableApps\7-ZipPortable\App\7-Zip"
set "PATH=%PATH%;%PROGRAMFILES%\Oracle\VirtualBox"
:: set "PATH=%PATH%;%PROGRAMFILES%\7-Zip"
:: set "PATH=%PATH%;C:\cygwin64\bin"
:: set "PATH=%PATH%;C:\cygwin64\home\%USERNAME%\.local\bin"
:: set "PATH=%PATH%;C:\Data\Programs\NirCmd"
:: set "PATH=%PATH%;C:\Program Files (x86)\DOSBox-0.74-3"
:: set "PATH=%PATH%;%APPDATA%\..\Local\Android\Sdk\platform-tools"
:: set "PATH=%PATH%;%APPDATA%\..\Local\Programs\Python\Python311"
if "%CD%"=="C:\Users\%USERNAME%" (
type %ROOT%logo.ans
if exist C:\Data cd C:\Data
)