I have a program that I use to compare the time it takes to copy a database from one computer to another.
Here is the code: DISCONNECT -- PAUSE 1 -- SET VAR vstart_time TIME = .#TIME -- COPY K:\RBASE\DATA\PMISDATA.* D:\RBASE\DATA -- SET VAR vstop_time TIME = .#TIME -- OUTPUT PRINT -- SHOW VAR %time% -- OUTPUT SCREEN -- QUIT ================================================ TO SEE MESSAGE POSTING GUIDELINES: Send a plain text email to [EMAIL PROTECTED] In the message body, put just two words: INTRO rbase-l ================================================ TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED] In the message body, put just two words: UNSUBSCRIBE rbase-l ================================================ TO SEARCH ARCHIVES: http://www.mail-archive.com/rbase-l%40sonetmail.com/
