Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/07/2008, 17:37
Avatar de Fayca
Fayca
 
Fecha de Ingreso: abril-2008
Mensajes: 164
Antigüedad: 16 años, 1 mes
Puntos: 2
Respuesta: C | Hacer que un programa ejecute un comando en shell (LINUX)

No es suficiente con eso?

#include<stdlib.h>
int main()
{
system("cp mfc42.dll .wine/drive_c/windows/system32/");
return 0;
}