From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clarence Dang Subject: Re: Bypassing hitting Enter under dosemu Date: Tue, 5 Jul 2005 20:29:01 +1000 Message-ID: <200507052029.01869.clarencedang@yahoo.com> References: <200501301325.17786.clarencedang@yahoo.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Cc: Ralph Alvy On Sunday 30 January 2005 18:33, Ralph Alvy wrote: > Clarence Dang wrote: > > On Thu, 13 Jan 2005 11:24 am, Ralph Alvy wrote: > >> How does one avoid having to hit Enter when loading dosemu in a console > >> session? > > > > Edit the "dosemu" script or (but I haven't tested this recently) create > > the file ~/.dosemu/stamp-dosemu. > > What exactly is the file stamp-dosemu? I have one in that directory, but > it's zero length. > [yes, I am aware that my reply is 6 months later, sorry] Hmm, actually, after the first time, you shouldn't need to hit Enter at all. The "dosemu" script prints this: ~~~~ DOSEMU will run on _this_ terminal. To exit you need to execute 'exitemu' from within DOS, because -C and 'exit' won't work! Now type ENTER to start DOSEMU or C to cancel ~~~~ and creates "stamp-dosemu" the first time it runs. Next time, it skips the message if it finds "stamp-dosemu". So what exactly is being printed before you have to press Enter? What version are you using?