First post, by mkvreak
Hello!
I just downloaded the newest DOSBox SVN Daum build and was reported an error message “Set /P is not supported. Use Choice!”
The source code tells me that there is just another if expression that checks for /p in the set command, no comment or explanation. So why is this done?
An explanation why I think this is a bug: I usually put a line “set dircmd=/p/w” in the autoexec section in dosbox.conf, so that “dir” automatically lists directories with /p parameter set (and /w for wide format).
The added query in r3825 does not check if /p is just a string to be added to the variable dircmd instead of /p as a set command parameter, so this breaks the functionality of set command. 🙁
If I’m posting this bug on a wrong place, feel free to correct me. I found a DOSBox bugtracker, but it seems it’s only for the released versions.