On Wed, 11 Feb 2004, John Price wrote:

> In my program, how can I check to see if there is a floppy
> disk in the drive without getting the "Abort, Retry, Fail"
> error???

Hook into INT-24 (Critical Error) and install:

mov al, 3  ;; Fail the request
iret

Bye,

-- 

Steffen Kaiser


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freedos-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to