
11/07/2004, 03:30
|
| | | Fecha de Ingreso: julio-2004
Mensajes: 5
Antigüedad: 21 años, 5 meses Puntos: 0 | |
| Aqui va el código que puse.. me funcionó de lujo...
try {
Runtime run = Runtime.getRuntime();
String path = new String(" c:\\Ayuda\\mi_archivo.chm")
Process pro = run.exec("hh.exe" + path);
} |