Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/07/2004, 03:30
denderath
 
Fecha de Ingreso: julio-2004
Mensajes: 5
Antigüedad: 19 años, 10 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);
}