Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: How to compare files on the server with local machine

RE: How to compare files on the server with local machine

From: Reardon, Bruce (CALBBAY) <Bruce.Reardon_at_comalco.riotinto.com.au>
Date: Thu, 29 Nov 2001 02:35:38 -0800
Message-ID: <F001.003D01B8.20011129015519@fatcity.com>

Hi Wendy,

Is the server NT, Unix or ???
Is the client NT?

If the client is NT and can map to the server, 1 option would be to write a batch file to loop through all the files, do a FC.exe on each file, check the errorlevel and copy the file if different.

Another option would be to use a utility like robocopy or something that will synchronise folders.

HTH,
Bruce Reardon (unsure how this relates to Oracle).

Perhaps you are talking about a Forms client accessing forms on a network share?

-----Original Message-----
Sent: Thursday, 29 November 2001 7:08

Hi, Gugu:

We have application installed on the server, and we also have fat client installed on everyone's local machine. But files on the server sometimes got updates by anonymous without notified. So, we want to have a batch file to do the comparison and copy funtions. Every time the batch file runs, it should compare the local files with the files on the server(s), if a change finds, it will copy the new file from server to local machine. SO the local machine will get updated also.

I want this to be dynamic, since there are more than 800 files to compare. And this could be happened on any time.

Do you have a clue where/how should I start this? a sample?

Thanks in advance.

Wendy
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Reardon, Bruce (CALBBAY)
  INET: Bruce.Reardon_at_comalco.riotinto.com.au

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Nov 29 2001 - 04:35:38 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US