First post, by L.PE
Hello !
I want to use an old compiler (IC86) which work only on 16 bit (migration from my old hardware to a recent one)
So I decided to use DOSBOX for generation chain.
Compilation and binding work fine. However, when I want to use the locator (loc86.exe) I am blocked.
Indeed, on my old machine I could call loc86.exe with arguments on several lines with ampersand "&"
=>For example loc86.exe ARG1 ARG2 &
ARG3 &
ARG4
I had to do this because the line exceeds 128 characters and it is only possible to call loc86.exe only by arguments (no configuration file), and its not possible to reduce arguments ....
It seems that the ampersand "&" is not taken into account in DOSBOX.
Do you have any idea if this is possible on DOSBOX ?
If yes how please?
Regards