First post, by Michaelco
I have a Dos program that relies on autoexec.bat and config.sys to set the environment and Path variables, and increase the number of file handles (above the default). I add the line "files = 99" in config.sys file. One other thing the Dos program relies on is being able to locate a file sitting in the Windows folder. I assume I would need to create the appropriate folder structure - Does DOSBox handle this level of configurability?
One last thing - Is there a way to remap the I/O so that the program which expects to communicate with a device through com port 1 can do so thru the USB port. I'd have to figure some way to convert from serial to USB, but won't even pursue if DosBox can't manage this area.
Thanks in advance