Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill windows cruft. Should use tesh2 when it works instead of visualbasic shit
[simgrid.git] / examples / gras / p2p / can / test_rl.vbs
diff --git a/examples/gras/p2p/can/test_rl.vbs b/examples/gras/p2p/can/test_rl.vbs
deleted file mode 100644 (file)
index af360cc..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-Dim oShell
-
-Set oShell = WScript.CreateObject ("WSCript.shell")
-
-oShell.run "cmd /K C:\dev\cvs\simgrid\examples\gras\p2p\can\bin\_can_node 4002,1,false" 
-
-WScript.Sleep 1000
-
-oShell.run "cmd /K C:\dev\cvs\simgrid\examples\gras\p2p\can\bin\_can_node 127.0.0.1 4002,1,false" 
-
-Set oShell = Nothing
\ No newline at end of file