From d71df495e8769d86175b7a31e9d58decd4f8fe10 Mon Sep 17 00:00:00 2001 From: HunterBoy344 <66140471+HunterBoy344@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:08:00 -0400 Subject: [PATCH] Update looping-realtime-drive.bat Now refreshes every half second instead of every second! Also now Windows 2000 compatible, since timeout didn't exist back then --- looping-realtime-drive.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/looping-realtime-drive.bat b/looping-realtime-drive.bat index 8b8075c..59d209f 100644 --- a/looping-realtime-drive.bat +++ b/looping-realtime-drive.bat @@ -11,5 +11,5 @@ exit ) cls type chat.txt -timeout 1 >nul -goto loop \ No newline at end of file +ping 127.0.0.1 -n 1 -w 500> nul +goto loop