Subj : Re: Timed Event in windows file? (batch possibly?) To : comp.programming From : CBFalconer Date : Mon Jul 18 2005 10:21 pm ratedr1@aol.com wrote: > > Is it possible to add a timer/timed event in a batch or txt file? Assuming you are talking about MsDos, yes. Look into the 'choice' command. If you have installed the much improved shell 4dos (or 4NT) look into the 'pause' command. All any program needs to do this is access to a system timer. The problems arise if the timing has to be coincidental with other actions. -- "If you want to post a followup via groups.google.com, don't use the broken "Reply" link at the bottom of the article. Click on "show options" at the top of the article, then click on the "Reply" at the bottom of the article headers." - Keith Thompson .