Skip to content

Commit

Permalink
Update looping-realtime-drive.bat
Browse files Browse the repository at this point in the history
Now refreshes every half second instead of every second! Also now Windows 2000 compatible, since timeout didn't exist back then
  • Loading branch information
HunterBoy344 committed Jul 2, 2021
1 parent 1aa9de6 commit d71df49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions looping-realtime-drive.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ exit
)
cls
type chat.txt
timeout 1 >nul
goto loop
ping 127.0.0.1 -n 1 -w 500> nul
goto loop

0 comments on commit d71df49

Please sign in to comment.