29/07/2008, 17:37
|
| | | Fecha de Ingreso: abril-2008
Mensajes: 164
Antigüedad: 16 años, 9 meses 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;
} |