Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the script test_rl.vbs
authorcherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 13 Apr 2007 09:38:58 +0000 (09:38 +0000)
committercherierm <cherierm@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 13 Apr 2007 09:38:58 +0000 (09:38 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3410 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/gras/p2p/can/test_rl.vbs [new file with mode: 0644]

diff --git a/examples/gras/p2p/can/test_rl.vbs b/examples/gras/p2p/can/test_rl.vbs
new file mode 100644 (file)
index 0000000..af360cc
--- /dev/null
@@ -0,0 +1,11 @@
+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