Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

MsgBox "Let's go back a few steps"

Set wshShell =wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

You might also like