Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] newbie question

From: riccay:comparholdings at: 17-Feb-2006 10:06

I'm having difficulties emailing an ntbackup log. Here is what I receive. File: //Documents and Settings/Inver/Local Settings/Application Data/Microsoft/Windows NT/NTBackup/data/backup02.log =FF=FEB Below is what I should be receiving. Backup Status Operation: Backup Active backup destination: File Media name: "Outlook.bkf created 8/02/2006 at 12:22 PM" Backup (via shadow copy) of "C: " Backup set #8 on media #1 Backup description: "Set created 1/02/2006 at 12:21 PM" Media name: "Outlook.bkf created 1/02/2006 at 12:22 PM" Backup Type: Normal Backup started on 8/02/2006 at 12:22 PM. Backup completed on 8/02/2006 at 12:24 PM. Directories: 1043 Files: 1 Bytes: 536,605,128 Time: 1 minute and 25 seconds ---------------------- Here's the snippet of code I'm using. file: %"//Documents and Settings/Inver/Local Settings/Application Data/Microsoft/Windows NT/NTBackup/data/backup02.log" send riccay-mpx.com.au reform [ "File:" file newline newline read file ] halt Any help greatly appreciated.