First post, by crystal
I have installed Windows 3.11 inside Dosbox v0.74-3 to get some old games working, and I was trying to write some batch scripts to automate swapping CDs and launching games. I encountered an issue when I tried calling a common batch script where any further commands inside the calling script will be ignored. The CALL command is supposed to allow the calling script to continue executing, and it does when I run the command from the DOS prompt, but when I execute the script from Windows by creating a shortcut to it in Program Manager and opening it, it behaves exactly the same way as it does without the CALL command.
I found this thread from 2013 which I am pretty sure is discussing the same issue, though it's talking about Norton Commander and not Windows. There is a patch on that thread, so I guess I'm kinda curious as to why this hasn't been upstreamed if it fixes things in Windows.