From: Matthew Kruk Newsgroups: comp.os.msdos.programmer,comp.os.msdos.djgpp Subject: Re: InDOS Flag Date: Mon, 21 Apr 1997 00:10:07 -0700 Organization: M & M Systems Lines: 9 Message-ID: <335B12CF.2A09@netcom.ca> References: <5jboq2$4o4 AT usenet DOT rpi DOT edu> NNTP-Posting-Host: van-bc6-21.netcom.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk firewind wrote: > ... Because the command processor uses DOS functions for command-line input, the InDOS flag is set while DOS waits for characters. Try also checking undocumented interrupt 28h which is called by the console input routines while they are waiting. This is the DOS Idle (DOSOK) interrupt.