Path: utzoo!mnetor!uunet!husc6!mit-eddie!ll-xn!adelie!atexrd!danh From: danh@atexrd.UUCP (Dan Hochman) Newsgroups: comp.sys.ibm.pc Subject: Re: DOS 'sleep/pause/wait' command Message-ID: <127@earth.atexrd.UUCP> Date: 23 Dec 87 22:18:18 GMT References: <4313@ecsvax.UUCP> Reply-To: danh@atexrd.UUCP (Dan Hochman) Organization: Atex Inc., Bedford, MA Lines: 20 Keywords: DoubleDOS sleep pause wait In article <4313@ecsvax.UUCP> you write: > >I'm looking for some additional information about pausing a process on a >PC, as many larger systems have this ability. For those of you that are >familiar with VAX/VMS - equivalent to the $WAIT command.... Let me explain: > >I'm using a PC compatible running DOS 3.1 on a dual-floppy system with a >multi-tasking package (DoubleDOS). What I'd like to do is have a batch >file running on one side that "wakes up" every five minutes or thereabouts, >and does some small tasks. The DOS Pause command is not an option, as a The functions you are talking about are available through hooks in the O/S which handle scheduling. PC/MS-DOS are single tasking operating systems and therefore do not have a scheduler which controls time usage. I am not really that familliar with Double DOS, but I would doubt that it has the sophistication of a real multi-tasking operating system. What they are probably doing is splitting clock ticks between the two applications that are running.