Skip to main content
0 online
rocksupastar rocksupastarFounder

well this is what we have now.... lol not really anything to do with what im doing... but

echo %time% > D:\V\NAS\DVDBUILD\D_SPEED1.TXT
FOR /F "tokens=1,2,3 delims=:" %%A IN (D:\V\NAS\DVDBUILD\D_SPEED1.TXT) DO (
SET CHOUR=%%A
SET CMIN=%%B
SET CSEC=%%C
)

COPY S:\NAS\2004_U4\SPEEDTST.TXT,D:\V\NAS\DVDBUILD\SPEEDTST.TXT

echo %time% > D:\V\NAS\DVDBUILD\D_SPEED2.TXT
FOR /F "tokens=1,2,3 delims=:" %%A IN (D:\V\NAS\DVDBUILD\D_SPEED2.TXT) DO (
SET CHOUR2=%%A
SET CMIN2=%%B
SET CSEC2=%%C
)
SET /A CHOUR=CHOUR*60
SET /A CHOUR=CHOUR*60
SET /A CMIN=CMIN*60
SET /A STARTTIME=CHOUR+CMIN+CSEC

SET /A CHOUR2=CHOUR2*60
SET /A CHOUR2=CHOUR2*60
SET /A CMIN2=CMIN2*60
SET /A ENDTIME=CHOUR2+CMIN2+CSEC2

SET /A DLTIME=ENDTIME-STARTTIME

Welcome Back to eZabel

It's been a while. Here's what's new.

eZabel Lore

A complete history of our community — stats, Hall of Fame, legendary threads, and more.

View the Lore →

Everything Preserved

All 225,969 pieces of content from 2000–2014 are here — forums, messages, journals, photos, polls, and events.

💎

Gems

Spot something you love — a legendary comment, a classic thread, a great photo? Log in and click the diamond icon to mark it as a Gem. Add a note about why it's special. The best stuff surfaces on the Gems page.