First post, by cdeval
Hi,
I have a program called : probleme.exe
I give it 2 parameters : a file with DAT extension and a username
for exemple :
probleme.exe addsous2.dat toto
under XP it works (but in fullscreen, that's why I get dosbox)
under dosbox the parameters transmitted to probleme.exe are limited to 8 characters.
for last exemple, probleme.exe receive addsous2 as name of file. So It can't find it of course.
if I type :
probleme.exe add1.dat toto
it works but second parameter is not transmitted
Is it a bug ?
I attach the program in zip file.
Thank's a lot for help