From: cherierm Date: Fri, 13 Apr 2007 09:38:58 +0000 (+0000) Subject: the script test_rl.vbs X-Git-Tag: v3.3~1950 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8a6f317a5a6a1271d10199b4d0eada33ae0f0f8d?ds=sidebyside the script test_rl.vbs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3410 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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