Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

AUTOEXEC.NT file

  • 05-12-2006 1:47am
    #1
    Posts: 0


    This isn't the usual question about this file - in that case it's spyware deleting it. Rather, it's an observation which I find fairly annoying.

    I usually add the command "kb16.com uk" into AUTOEXEC.NT so DOS applications running under NTVDM use a UK keyboard layout. If this is missing they will use a US layout no matter what Windows is set to use. But this seems to only work when the system default locale is set to English (United States). If I set it to Ireland, the program will use a US keyboard layout even if I have the command in AUTOEXEC.NT. It seems this file only gets processed with a US system locale. The Regional Settings can be set to Ireland no problem, it's the default locale that affects it (in XP it's on the Advanced tab in the regional settings).

    Does anyone know a way to get AUTOEXEC.NT to process with Ireland as my locale?


Comments

  • Closed Accounts Posts: 209 ✭✭DublinEvents


    How about just use a batch file as follows:

    @echo off
    kb16.com uk
    (dos program you want to run).exe

    Save the text file with the extension .BAT and just click it to run your dos application.


Advertisement