home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / misc / 29122 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  863 b 

  1. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!network.ucsd.edu!cogsci!miller
  2. From: miller@cogsci.ucsd.EDU (Jeff Miller)
  3. Newsgroups: comp.os.os2.misc
  4. Subject: Wait without loading CPU?
  5. Message-ID: <1557@cogsci.ucsd.EDU>
  6. Date: 3 Sep 92 03:34:57 GMT
  7. Organization: University of California, San Diego
  8. Lines: 18
  9.  
  10. I need to put a "wait" command in a .bat file (DOS box)
  11. or in a .cmd file (OS/2 box).  The idea is just to let
  12. some time elapse (e.g., 2 minutes) before going
  13. on to the next command.  The key problem is that the
  14. "wait" command should put AS LITTLE LOAD AS POSSIBLE
  15. on the CPU.
  16.  
  17. I tried writing a little REXX script that checked the
  18. time, but this puts too much load on the CPU.
  19.  
  20. If anyone has any suggestions on how to do this,
  21. for either DOS or OS/2 boxes, I'd appreciate hearing
  22. about it.
  23.  
  24. Thank you,
  25.  
  26. Jeff Miller
  27. jomiller@ucsd.edu
  28.