First post, by Ruediger
When using parameters at batch files at DOSBox, the second "%" character is not correctly replaced by the interpreter.
Example:
If I create a batch file TEST.BAT containing only this line:
echo %1%
and start it from the DOSBox with
TEST one
I get the output "one%".
Running the same batch file at DOS or Windows, the (correct) output is "one".