Hi Carlos, I cannot help you with DOSEMU but I can help you with the brazilian ABNT2 keyboard. The point is: the brazilian ABNT2 is not meant to work with codepage 860.
Change it to one of the following codepages: 1) 858 (FreeDOS default). It provides all the necessary accented letters for portuguese (both small and capital letters) and the Euro sign on <Shift> + <AltGr> + <E>. 2) 850 (MS-DOS default): The Euro sign is not availbable; all the rest is the same. 3) 437 (VGA BIOS default): You will miss several accented letters (both small and capital) and some labeled characters on the keyboard; however, those mixed single-double linedraw characters will be available (not directly through the keyboard, but through combining <Alt> and the necessary codes on the numeric pad). I suggest you use the following on AUTOEXEC.BAT: DISPLAY CON=(EGA,999,3) MODE CON CP PREP=((858,850,437) EGA.CPX) MODE CON CP SEL=nnn (Where "nnn" is any of the 3 previously prepared codepages) KEYB BR Important: Be sure that you're using the latest DISPLAY, MODE, KEYB, CPIDOS and KEYB*.SYS packages. (As far as I know, CHCP is not available for FreeDOS.) If you need anything else, we can continue this conversation in portuguese ([EMAIL PROTECTED]). Last but not least: I remember once ago a user having problems on handling codepages with certain applications under DOSEMU; if that's also your case, I would suggest DOSBox (http://dosbox.sourceforge.net) . Henrique Peron Campo Grande, MS Brazil ----- Original Message ----- From: "Carlos" <[EMAIL PROTECTED]> To: <freedos-user@lists.sourceforge.net> Sent: Sunday, September 11, 2005 6:35 PM Subject: [Freedos-user] ABNT2 in dosemu | Hi, how can use my abnt2 on xdosemu? | | Here is my autoexec.bat: | @echo off | path 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 uncomment to load another bitmap font | loadhi display con=(vga,860,2) | mode con codepage prepare=((860) c:\cpi\ega.cpx) | mode con codepage select 860 | chcp 860 | rem uncomment the following to load cdrom support | shsucdx /d:mscd0001 | unix -s DOSEMU_VERSION | echo "Welcome to dosemu %DOSEMU_VERSION%!" | unix -e | | | I'm using FreeDOS 1.2.2.0 (that is what it see in my prompt) | | | ------------------------------------------------------- | SF.Net email is Sponsored by the Better Software Conference & EXPO | September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices | Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA | Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf | _______________________________________________ | Freedos-user mailing list | Freedos-user@lists.sourceforge.net | https://lists.sourceforge.net/lists/listinfo/freedos-user | | ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user