From: aw AT mail1 DOT bet1 DOT puv DOT fi Newsgroups: comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: WARNING: DOS is about to die. Date: 8 Sep 1999 16:57:31 GMT Message-ID: <7Vp13$VrC@c400> References: <7quo1t$94k$1 AT solomon DOT cs DOT rose-hulman DOT edu> <37D4C2B5 DOT 2E8C AT earthlink DOT net> <7r37pk$nds$2 AT winter DOT news DOT rcn DOT net> <37D5D362 DOT 40CB AT earthlink DOT net> X-Newsreader: AllNews version 1.33 (Freeware) Build Jan 9 1999 Lines: 25 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Rez wrote: > > One hopes so. But emulators are seldom perfect solutions. Run into one > of those ATX boxes yet that can only do a shutdown under Win98 and can't > dual-boot? I have. What a PITA. You mean they don't even have ATX "soft" power buttons? Have you tried something like this on an ATX computer: MOV AX,5301 XOR BX,BX INT 15 MOV AX,5307 MOV BX,0001 MOV CX,0003 INT 15 INT 20 It works for me (under DOS and Win95), although I don't need it because my computer has a soft power button in front and a true power switch back on the power source (of course I wish the real switch was in front). What do you mean "can't dual-boot"? That sounds like a software problem to me.