From 8a6f317a5a6a1271d10199b4d0eada33ae0f0f8d Mon Sep 17 00:00:00 2001 From: cherierm Date: Fri, 13 Apr 2007 09:38:58 +0000 Subject: [PATCH] the script test_rl.vbs 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 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 new file mode 100644 index 0000000000..af360ccae0 --- /dev/null +++ b/examples/gras/p2p/can/test_rl.vbs @@ -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 -- 2.20.1