home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   alt.msdos.batch.nt      Fun with Windows NT batch files      68,980 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 67,102 of 68,980   
   george_compton@hotmail.com to Dragan   
   Re: timeout and sleep command in XP   
   28 Dec 17 14:10:30   
   
   16b0a143   
   On Monday, July 20, 2009 at 6:07:02 AM UTC-7, Dragan wrote:   
   > I need timeout or sleep command, but now I see that they're not listed   
   > in command-line reference for Windows XP.   
   > Is there any extension out there that can upgrade list of available   
   > commands?   
   >   
   > cheers,   
   >   
   > Dragan   
      
   timeout for Windows XP "batch file" or "Windows Command Script"!!! :)   
   LOL ;) no ping!!!   
      
      
      
      
   @echo off   
   title XP-timeout-v4   
      
   ver | find "XP" > nul   
        if %ERRORLEVEL% == 1 timeout /t 03 && echo . Vista - 10 && goto NEXT   
      
   set XP-timeout=3000   
   echo . XP, 1000 = 1 sec, approximately   
   set /a timeout=1   
        :timer   
   echo timeout timer number %timeout%   
   if %timeout% == %XP-timeout% goto NEXT   
   echo . XP, 1000 = 1 sec.   
   set /a timeout=timeout+1   
   goto timer   
            :NEXT   
   echo XP - 10, 3 sec   
   pause   
   EXIT   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca