10-13-2009, 08:25 PM
I need to make a batch file that will display some text pause and display more text pause display text repeat. How would I do this?
Need help with batch file
|
10-13-2009, 08:25 PM
I need to make a batch file that will display some text pause and display more text pause display text repeat. How would I do this?
(10-13-2009, 08:25 PM)joey23art Wrote: I need to make a batch file that will display some text pause and display more text pause display text repeat. How would I do this? first you'll need sleep.exe http://www.microsoft.com/Downloads/detai...laylang=en Code: @echo off OR without sleep.exe Code: @echo off -w 5000 means 5seconds |
« Next Oldest | Next Newest »
|