In <199504281604.TAA06662@proffa.cc.tut.fi>, Tamminen Eero <t150315@proffa.cc.tut.fi> wrote: > Has anybody checked out what can be done to that > 'insert disk B to drive A' message? #include <mintbind.h> #define drivemap 0x04c2 void main () { long stack; stack = Super (0); *((unsigned long *) drivemap) &= ~2; Super (stack); } Waldi