SvarDOS's COMMAND.COM seems to be unable handle the batch file Phil's Computer Lab uses in its DOS Benchmark Pack. Picking any option leads to the readme being presented. Then, the user is unable to exit the benchmark via a menu option or the typical Ctl-C or Ctl-Z batch exit key presses.
https://www.philscomputerlab.com/dos-benchmark-pack.html
Hi lpsantil,
thanks for bringing this into attention. The problem results from the if statements in the batch file. if errorlevel== is not supported by SvarCOM. I replaced the == with a space. This works. If this is commonly used out in the wild perhaps Mateusz reconsiders his decition not supporting the if errorlevel== syntax. Should be trivial to add.
Bernd
We adapted SvarCOM to the MS COMMAND behaviour. Phil's benchmark batch will run with SvarCOM 2025.0.
Bernd