<script language=VBScript>

Sub Application_OnStart

End Sub

Sub Application_OnEnd

End Sub

Sub Session_OnStart

End Sub

Sub Session_OnEnd
	Dim fso
	Set fso = CreateObject("Scripting.FileSystemObject")
	fso.DeleteFile(Application("mstrFileName")
	fso.DeleteFile(Application("mstrFileName2")
	fso.DeleteFile(Application("mstrFileName3")
End Sub
</script>