Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Translating WSH sample
Message
 
À
27/07/2001 08:39:11
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00536302
Message ID:
00536316
Vues:
8
Hi!
I think it will be:
WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run("calc")
WScript.Sleep(100)
WshShell.AppActivate("Calculator")
WScript.Sleep(100)
WshShell.SendKeys("1{+}")
WScript.Sleep(500)
>Can somebody help me translate a sample script from Windows Scripting Host? I am just starting to learn this.
>
>In the documentation, the sample (which you can find under "SendKeys") is as follows:
>
>
>...
>   set WshShell = WScript.CreateObject("WScript.Shell")
>   WshShell.Run "calc"
>   WScript.Sleep 100
>   WshShell.AppActivate "Calculator"
>   WScript.Sleep 100
>   WshShell.SendKeys "1{+}"
>   WScript.Sleep 500
>...
>
>
>I successfully translated the first two lines as follows:
>
>
>WshShell = CreateObject("WScript.Shell")
>WshShell.Run("calc")
>
>
>But then, I don't know how to translate the third line. Do I need another CreateObject() before I can access WScript, or what?
>
>TIA, Hilmar.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform