hi, dosemu and the dongle is runnning, but the fonts from the dos prog looks ugly. I think, the freedos uses the wrong font.
the old autoexec.bat (from org.DOS): ========================= C:\DOS\MSCDEX.EXE /D:MSCD001 @ECHO Off PATH C:\NBWIN;C:\DOS;C:\NWCLIENT;C:\WINDOWS;C:\batches;c:\;c:\msworks; lh C:\DOS\SHARE /L:500 PROMPT $p$g VERIFY OFF PATH %PATH%;C:\MOUSE SET LMOUSE=C:\MOUSE SET TEMP=C:\DOS MODE CON CodePage PREPare=((850) C:\DOS\EGA.CPI) MODE CON CODEPAGE SELECT=850 lh KEYB GR lh smartdrv.exe config.sys (old DOS): ========================== switches /f device=c:\dos\himem.sys /testmem:off DEVICE=C:\DOS\EMM386.EXE noems BUFFERS=32 FILES=91 DOS=HIGH,UMB LASTDRIVE=Z rem device=C:\DOS\CT9000.SYS /D DEVICEhigh=C:\DOS\SETVER.EXE SHELL=C:\COMMAND.COM C:\ /E:512 /P BREAK=OFF COUNTRY=49,,C:\DOS\COUNTRY.SYS DEVICEHIGH=C:\DOS\DISPLAY.SYS CON=(EGA,,1) rem installhigh=c:\mouse\mouse.com stacks=9,256 rem DEVICE=C:\PIONEER\ATAPI_CD.SYS /D:MSCD001 the new one: autoexec.bat (freedos): ============================== @echo off path c:\dos;c:\sbs;c:\bin;c:\gnu;c:\dosemu set HELPPATH=c:\help set TEMP=c:\tmp set BLASTER=A220 I5 D1 H5 T6 prompt $P$G unix -s DOSDRIVE_D if "%DOSDRIVE_D%" == "" goto nodrived lredir d: linux\fs%DOSDRIVE_D% :nodrived rem shsucdx /d:mscd0001 unix -s DOSEMU_VERSION echo "Welcome to dosemu %DOSEMU_VERSION%!" unix -e config.sys(freedos): ================================= SWITCHES=/F DOS=UMB,HIGH dosdata=umb lastdrive=Z files=91 stacks=0 rem buffers=10 devicehigh=c:\dosemu\ems.sys rem devicehigh=c:\dosemu\cdrom.sys shellhigh=c:\command.com /e:1024 /p what i need, to have the same graphic gui (with ASCII lines, instead of "%"), like under the old dos? My second problem is, i have a dongle to start the program and the printer (canon bj300 b/w) on it. If i do "copy autoexec.bat lpt1" the dosemu tells me, that no program is listen on lpr ports. dosemu.conf: #$_printer = "bj300" #commented out #$_printer_command = "lpr -P bj300" #commented out $_ports = $_ports, " device /dev/lp0 fast range 0x378 0x37a" if i comment out this line, than the dongle is not working. :-/ can anybody help? cu denny ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
