A friend wrote for me the following script that we've called mergelogs.cmd (for windows). The script merges all log files in a directory. Hope it works for you too. wouldn't know what to do if not:
FOR %%F in (*.log) DO type %%F >> %1 You run it from the command line like this: --go to command line --move to directory where the log files are (WORK WITH BUCKUPS JUST IN CASE) --type the following in the command line: mergelogs.cmd 2001.log Then press return. All log files get combined into a single file called 2001.log Hope it works Ariel At 05:27 PM 8/1/2002 +0100, you wrote: >Hi All > >Does anybody know of an app (drag and drop would be great) that can >automatically take all the text data out of a sequence of log files and put >then them into 1 log file. > >Our ISP will not change the format of their log files from daily to weekly, >so we have to download 7 log files, open each one up and then copy and paste >the data into one log file. > >As you can imagine this is extremely tedious, so we would like to do away >with the task ASAP. > >Many thanks. > >Rgds > > >Robbie > >S&S Systems Ltd >Bretton Court, Manor Road, Wales Village, Sheffield, S26 5PS, England >www.AstraAccounts.co.uk * mailto:[EMAIL PROTECTED] >Tel: 01909 773399 * Newsgroup: news:alt.astra.accounting > >ASTRA Desk Top Accounting product range Authors and Distributors. >Internet Presence Providers and eCommerce Shopping Cart Designers. >PC, Macintosh, Network and SQL VARs and Installers. >** Are you ready for the Euro? Contact S&S for details on their new >Multi-Currency PC and Mac cross platform range of multi-user products. >Electronic hardware and software Design, Manufacture & Service. >Have you visited http://www.InMyLocalArea.co.uk recently? > > >+------------------------------------------------------------------------ >| This is the analog-help mailing list. To unsubscribe from this >| mailing list, go to >| http://lists.isite.net/listgate/analog-help/unsubscribe.html >| >| List archives are available at >| http://www.mail-archive.com/[email protected]/ >| http://lists.isite.net/listgate/analog-help/archives/ >| http://www.tallylist.com/archives/index.cfm/mlist.7 >+------------------------------------------------------------------------ Ariel B. Power University of California, Forest Products Laboratory 1301 South 46th Street Bldg. 478. Richmond, CA 94804-4698 USA Ph: 510-215-4211 Fax: 510-215-4299 http://www.ucfpl.ucop.edu/ [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
