Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/11/2006, 12:41
Avatar de dogduck
dogduck
 
Fecha de Ingreso: enero-2006
Ubicación: ¿Atlantida, Hesperides, Islas afortunadas?
Mensajes: 2.231
Antigüedad: 18 años, 4 meses
Puntos: 19
Código:
public class test {
	public static void main(String[] args){
		Runtime aplicacion = Runtime.getRuntime(); 
        try{aplicacion.exec("C:/Windows/System32/cmd.exe /K start http://www.forosdelweb.com"); }
        catch(Exception e){}

	}
}