Home > Back-end >  I this is a compiler error?
I this is a compiler error?

Time:09-23

The Set WshShell=WScript. CreateObject
(" WScript. Shell ")
WshShell. AppActivate "information bombing"
For I=1 to 99
WScript. Sleep 99
WshShell. Sendkeys "^ v
"WshShell. Sendkeys I
WshShell. Sendkeys "% s"
Next

CodePudding user response:

This is what the grammar of the language, not C ~
  • Related