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,129 of 68,980   
   toofly.overcome@gmail.com to All   
   Re: Generate a random alphanumeric strin   
   19 Jan 18 18:11:14   
   
   Proper code for this.   
      
   @echo off   
   echo.   
   echo head.   
   echo.   
   echo foot   
   Pause   
   Exit   
      
      
      
      
   If you want a pause between the two options   
   @echo off   
   echo.   
   echo head.   
   TIMEOUT 5 /nobreak   
   echo.   
   echo foot   
   TIMEOUT 3 /nobreak   
   echo press enter to exit   
   pause>nul   
   exit   
   The numeral 5 being 5 seconds <

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


(c) 1994,  bbs@darkrealms.ca