Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
the script test_rl.vbs
[simgrid.git] / examples / gras / p2p / can / test_rl.vbs
1 Dim oShell
2
3 Set oShell = WScript.CreateObject ("WSCript.shell")
4
5 oShell.run "cmd /K C:\dev\cvs\simgrid\examples\gras\p2p\can\bin\_can_node 4002,1,false" 
6
7 WScript.Sleep 1000
8
9 oShell.run "cmd /K C:\dev\cvs\simgrid\examples\gras\p2p\can\bin\_can_node 127.0.0.1 4002,1,false" 
10
11 Set oShell = Nothing