First post, by mogollonster
Hi, I'm using DosBox to run a couple of really old programs.
Basically a compiler and a linker, my problem is DosBox has a limit of 127 characters and my linker is having more than that.
I want to know if there is a setting or something that I can do to increase this limit, maybe double it.
The command that I use actually doesn't work, seems to be including a carrier return internally or something similar before the second line.
ex:
rl51 file1.obj,file2.obj,&
file3.obj,file4.obj,&
file5.obj,... to Linked.obj
it just return and error with file not found:
-FATAL ERROR 208: INVALID FILE NAME
rl51 file1.obj,file2.obj,#
if I try the long command in just one line it just hang when I go over 127 chars.
Any idea?