[windows2000] Re: Copying a file to a network location

  • From: "Freitas, Eduardo" <Eduardo.Freitas@xxxxxxxxxxxxx>
  • To: "'windows2000@xxxxxxxxxxxxx'" <windows2000@xxxxxxxxxxxxx>
  • Date: Thu, 13 May 2004 08:23:24 -0500

Ray,

The error message is "The Application event could log could not be backed
up."

-------------------------code---------------------------------

  For Each objLogfile in colLogFiles
      errBackupLog = objLogFile.BackupEventLog("C:\EVT\" & strLogName & "_"
& "App.evt")
      If errBackupLog <> 0 Then        
          Wscript.Echo "The Application event log could not be backed up."
      Else
          objLogFile.ClearEventLog()
      End If
  Next

Regards,

Eduardo


 
-----Original Message-----
From: Ray at work [mailto:listray@xxxxxxxxxx] 
Sent: quinta-feira, 13 de maio de 2004 09:54
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: Copying a file to a network location

What is the error that you get?

Ray at work


> -----Original Message-----
> From: Freitas, Eduardo
> 
> Can't get to works as in:
> 
> errBackupLog = objLogFile.BackupEventLog("P:\" & strLogName & "_" &
> "App.evt")


********************************************************
This Weeks Sponsor StressedPuppy.com Games
Feeling stressed out? Check out our games to
relieve your stress.
http://www.StressedPuppy.com
********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm
********************************************************
This Weeks Sponsor StressedPuppy.com Games
Feeling stressed out? Check out our games to
relieve your stress.
http://www.StressedPuppy.com
********************************************************
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: