Subj : Renaming/dating directories FTP server (date) on content directorie To : Steve From : Gerald Miller Date : Thu Jan 10 2002 11:55 am Hello Steve, Tuesday January 08 2002 01:27, Steve wrote to me: S> 1) Remember: @word @instr @substr use offsets (i.e., 0-based) 2) S> Assume that FFIND located only a single match for each of RTIME and S> LTIME. You can get the 8-character times like this: S> set rt=%@time[@word[-0,%@execstr[FFIND /k/m/r/t"RTime" S> C:\Fd\FD.LOG]]] S> set lt=%@time[@word[-0,%@execstr[FFIND /k/m/r/t"LTime" S> C:\Fd\FD.LOG]]] Thank you. The above gave me enough hints to fill the bill. set rt=%@time[%@word[-0,%@execstr[FFIND /k/m/r/t"RTime" C:\Fd\FD.LOG]]] set lt=%@time[%@word[-0,%@execstr[FFIND /k/m/r/t"LTime" C:\Fd\FD.LOG]]] iff "%rt"=="%lt" then %+ quit elseiff "%rt" GT "%lt" then %+ set localadd=%@maketime[%@eval[%rt - %lt]] echo. %+ echo The Remote site is faster by %localadd elseiff "%rt" LT "%lt" then %+ set localsub=%@maketime[%@eval[%lt - %rt]] echo. %+ echo The Remote site is slower by %localsub endiff This is a "crude" snippet of what I'm working on. I'll refine it to update my system time when required... Thanks again. Cheers ... Gerald --- GoldED+/386 1.1.5-1227 * Origin: As funny as a black eye. (1:342/512) .