On Sat, 15 May 2004, Cheryl Homiak wrote: > I've just installed the debian dosemu package for dosemu-1.2.1. It seems > to be working, but I see no place in the /etc/dosemu/dosemu.conf for the > three-letter extention for the autoexec file; I see this for the .ini and > the config.sys file. How can I make sure that my autoexec file is the one > being read, as I have a separate autoexec file for when I use dos > independently without dosemu?
RTFM -- specifically, README.txt, section 2.1.3. Faking autoexec.bat cannot happen in a reliable fashion, so if you would like to use an autoexec.bat replacement then just use the SHELL command in config.XXX, like this: SHELL=COMMAND.COM /P /K AUTOEMU.BAT The reason for the removal of emubat is that it never worked reliably. Yes it may have worked in your circumstances but it could make the real autoexec.bat invisible, a very confusing situation. Bart - 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
