myExample.vbs
- Code: Select all
Dim oShell
WScript.Sleep 10*1000 ' attendre 10 secondes
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.run("notepad.exe")
Dim oShell
WScript.Sleep 10*1000 ' attendre 10 secondes
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.run("notepad.exe")Users browsing this forum: No registered users and 1 guest