WshShell. AppActivate ""
For I=1 to 100
WScript. Sleep 100
WshShell. SendKeys "^ v
"Wshell. SendKeys "% s"
Next
Statement is not over how the
Pray god to help
CodePudding user response:
Why do you want to create WScript. Shell?Sendkeys, can not directly use?
CodePudding user response:
Change is good, but do not encourage refresh;
The Set WshShell=WScript. CreateObject (" WScript. Shell ")
WshShell. AppActivate ""
For I=1 to 100
WScript. Sleep 100
WshShell. SendKeys "^ v
"WshShell. SendKeys "% s"
Next
CodePudding user response: