Hola de nuevo.
Se me plantea una nueva duda. Tengo:
On Error GoTo Siguiente
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "d3d9.dll")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "green.ps")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "red.ps")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "n7cod2.cfg")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "wallhack.exe")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "wallhack.ini")
Kill (Environ("ProgramFiles") & "\" & "Activision" & "\" & "Call of Duty 2" & "\" & "wallhack.dll")
Exit Sub
Quisiera saber si hay una forma fácil de decirle On Error GoTo Next, por si no encuentra un archivo, que intente matar el siguiente en vez de mostrar Error. He probado con "Next" pero no resultó.
Gracias ;P
On Error Resume Next
Gracias Yeikos ;P
eso se hace con funciones logicas IF THEN ELSE
pero si ya te resolvieron la duda ni ablar