Team:Valencia/PruebaDocs2

From 2009.igem.org

(Difference between revisions)
Line 55: Line 55:
</BODY >
</BODY >
</html>
</html>
 +
 +
 +
 +
Line 60: Line 64:
<html>
<html>
-
<div align=center>
+
<SCRIPT LANGUAGE=vbscript>  
-
    <embed src="C:\Users\Eduardo\Desktop\Igem\Matlab_modellin\Matlab_modelling_interface\Tipo_1_1\Prueba_1_1\distrib\Prueba_1_1.exe" type="application/x-javascript" width="965" height="200">
+
 
 +
Sub Prueba2()
 +
 +
Dim objWSCript
 +
Dim FSO, miFile
 +
 
 +
Set FSO = CreateObject("Scripting.FileSystemObject")
 +
miFile = "C:\Users\Eduardo\Desktop\Igem\Matlab_modellin\Matlab_modelling_interface\TipoNET\TipoNET\distrib\TipoNET.ctf"  
 +
Set objWSCript = CreateObject("WSCript.Shell")
 +
objWSCript.Run miFile, vbhide
 +
 
 +
Set FSO = Nothing
 +
Set objWSCript = Nothing
 +
End Sub
 +
</SCRIPT>
 +
 
 +
<BODY>
 +
 
 +
<input type="button" onclick="Prueba3()" value="Prueba3">
 +
 
 +
</BODY >
</html>
</html>

Revision as of 03:41, 16 August 2009