Team:Valencia/PruebaDocs2

From 2009.igem.org

(Difference between revisions)
Line 27: Line 27:
<input type="button" onclick="Prueba()" value="Prueba">
<input type="button" onclick="Prueba()" value="Prueba">
-
</BODY >
 
-
</html>
 
-
 
-
 
-
<html>
 
-
 
-
<SCRIPT LANGUAGE=vbscript>
 
-
 
-
Sub Prueba2()
 
-
 
-
Dim objWSCript
 
-
Dim FSO, miFile
 
-
 
-
Set FSO = CreateObject("Scripting.FileSystemObject")
 
-
miFile = "http://personales.alumno.upv.es/~edotab/Tipo_1_2.exe"
 
-
Set objWSCript = CreateObject("WSCript.Shell")
 
-
objWSCript.Run miFile, vbhide
 
-
 
-
Set FSO = Nothing
 
-
Set objWSCript = Nothing
 
-
End Sub
 
-
</SCRIPT>
 
-
 
-
<BODY>
 
-
 
-
<input type="button" onclick="Prueba2()" value="Prueba2">
 
-
 
-
</BODY >
 
-
</html>
 
-
 
-
 
-
<html>
 
-
 
-
<SCRIPT LANGUAGE=vbscript>
 
-
 
-
Sub Prueba3()
 
-
 
-
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.dll"
 
-
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 >
</BODY >
</html>
</html>

Revision as of 03:58, 16 August 2009